Autarky\Errors\DefaultErrorHandler::__construct PHP Method

__construct() public method

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