Autarky\Errors\DefaultErrorHandler::__construct PHP 메소드

__construct() 공개 메소드

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