You are here

public function ContextErrorException::getContext in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Exception

Code

public function getContext() {
  return $this->context;
}