Property | Type | Description | |
---|---|---|---|
$html | |||
$info | |||
$screen |
Method | Description | |
---|---|---|
__construct ( string $message, integer $code = null, Exception $previous = null ) | Print a 'low level' error page, and quit. The user has to fix something. | |
catchFatalErrors ( Silex\Application $app, boolean $flush = true ) | Callback for register_shutdown_function() to handle fatal errors. | |
catchFatalErrorsEarly ( ) | Catch and display errors that occur before the Application object has been instantiated. | |
nullHandler ( Exception $e ) | Ignore exception handler pointed at by set_exception_handler(). |
Method | Description | |
---|---|---|
cleanHTML ( string $output ) : string | Remove HTML elements from the error output. |
public __construct ( string $message, integer $code = null, Exception $previous = null ) | ||
$message | string | |
$code | integer | |
$previous | Exception |
public static catchFatalErrors ( Silex\Application $app, boolean $flush = true ) | ||
$app | Silex\Application | |
$flush | boolean |
public static catchFatalErrorsEarly ( ) |
public static nullHandler ( Exception $e ) | ||
$e | Exception |