public function ContextErrorException::getContext

Return value

array Array of variables that existed when the exception occured

File

drupal/core/vendor/symfony/debug/Symfony/Component/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;
}