PHP Class Autarky\Logging\LoggingErrorHandler

Inheritance: implements Autarky\Errors\ErrorHandlerInterface
Datei anzeigen Open project: autarky/framework

Protected Properties

Property Type Description
$logger

Public Methods

Method Description
__construct ( Psr\Log\LoggerInterface $logger )
handle ( Exception $exception )

Method Details

__construct() public method

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface

handle() public method

public handle ( Exception $exception )
$exception Exception

Property Details

$logger protected_oe property

protected $logger