Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Autarky
Logging
LoggingErrorHandler
PHP Class Autarky\Logging\LoggingErrorHandler
Inheritance:
implements
Autarky\Errors\ErrorHandlerInterface
Show file
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 property
protected
$logger