Autarky\Logging\LoggingErrorHandler::handle PHP Méthode

handle() public méthode

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