ContextErrorException

class ContextErrorException extends ErrorException

Error Exception with Variable Context.

Methods

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

Details

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

Parameters

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

array getContext()

Return Value

array Array of variables that existed when the exception occurred
doc_Symfony
2016-10-28 06:12:10
Comments
Leave a Comment

Please login to continue.