Autarky\Errors\DefaultErrorHandler::__construct PHP Méthode

__construct() public méthode

public __construct ( boolean $debug )
$debug boolean
    public function __construct($debug)
    {
        $this->debug = (bool) $debug;
    }