public function ContextErrorException::getContext in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/debug/Exception/ContextErrorException.php \Symfony\Component\Debug\Exception\ContextErrorException::getContext()
Return value
array Array of variables that existed when the exception occurred
File
- vendor/
symfony/ debug/ Exception/ ContextErrorException.php, line 32
Class
- ContextErrorException
- Error Exception with Variable Context.
Namespace
Symfony\Component\Debug\ExceptionCode
public function getContext() {
return $this->context;
}