Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • ChannelManager
  • DefaultLogConfigurator
  • LoggingErrorHandler
  • LoggingProvider
  • Overview
  • Namespace
  • Class

Class LoggingErrorHandler

This simple error handler logs exceptions.

Autarky\Logging\LoggingErrorHandler implements Autarky\Errors\ErrorHandlerInterface
Namespace: Autarky\Logging
Located at Logging/LoggingErrorHandler.php
Methods summary
public
# __construct( Psr\Log\LoggerInterface $logger )
public Symfony\Component\HttpFoundation\Response
# handle( Exception $exception )

Handle an exception.

Handle an exception.

Parameters

$exception

Returns

Symfony\Component\HttpFoundation\Response

Implementation of

Autarky\Errors\ErrorHandlerInterface::handle()
Properties summary
protected $logger
#
Autarky Framework API documentation generated by ApiGen