Autarky\Errors\StubErrorHandler::handle PHP Method

handle() public method

public handle ( Exception $exception )
$exception Exception
    public function handle(Exception $exception)
    {
        throw $exception;
    }