Methods summary
public static
|
#
exception( Exception $exception, boolean $trace = true )
Handle an exception and display the exception report.
Handle an exception and display the exception report.
Parameters
|
public static
|
#
native( integer $code, string $error, string $file, integer $line )
Handle a native PHP error as an ErrorException.
Handle a native PHP error as an ErrorException.
Parameters
- $code
integer
- $error
string
- $file
string
- $line
integer
|
public static
|
#
shutdown( )
Handle the PHP shutdown event.
Handle the PHP shutdown event.
|
public static
|
|