HandleExceptions
class HandleExceptions (View source)
Methods
void
void
handleError(
int $level,
string $message,
string $file = '',
int $line,
array $context = array())
Convert a PHP error to an ErrorException.
void
void
handleShutdown()
Handle the PHP shutdown event.
Details
at line line 56
void
handleError(
int $level,
string $message,
string $file = '',
int $line,
array $context = array())
Convert a PHP error to an ErrorException.