PHP Class Autarky\Logging\LoggingErrorHandler

Inheritance: implements Autarky\Errors\ErrorHandlerInterface
Afficher le fichier Open project: autarky/framework

Protected Properties

Свойство Type Description
$logger

Méthodes publiques

Méthode Description
__construct ( Psr\Log\LoggerInterface $logger )
handle ( Exception $exception )

Method Details

__construct() public méthode

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

handle() public méthode

public handle ( Exception $exception )
$exception Exception

Property Details

$logger protected_oe property

protected $logger