class ContextErrorException extends ErrorException

Error Exception with Variable Context.

Methods

__construct($message, $code, $severity, $filename, $lineno, $context = array())

No description

array
getContext()

No description

Details

at line line 23
__construct($message, $code, $severity, $filename, $lineno, $context = array())

Parameters

$message
$code
$severity
$filename
$lineno
$context

at line line 32
array getContext()

Return Value

array Array of variables that existed when the exception occurred