Autarky\Logging\LoggingErrorHandler::handle PHP Method

handle() public method

public handle ( Exception $exception )
$exception Exception
    public function handle(Exception $exception)
    {
        $this->logger->error($exception);
    }
LoggingErrorHandler