PHP Class Autarky\Errors\DefaultErrorHandler

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

Protected Properties

Свойство Type Description
$debug boolean Whether or not debug is enabled.

Méthodes publiques

Méthode Description
__construct ( boolean $debug )
handle ( Exception $exception )

Méthodes protégées

Méthode Description
handleWithSymfony ( Exception $exception )
handleWithWhoops ( Exception $exception )

Method Details

__construct() public méthode

public __construct ( boolean $debug )
$debug boolean

handle() public méthode

public handle ( Exception $exception )
$exception Exception

handleWithSymfony() protected méthode

protected handleWithSymfony ( Exception $exception )
$exception Exception

handleWithWhoops() protected méthode

protected handleWithWhoops ( Exception $exception )
$exception Exception

Property Details

$debug protected_oe property

Whether or not debug is enabled.
protected bool $debug
Résultat boolean