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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Component/Debug/Exception/ContextErrorException.html