You are here

public function Twig_TemplateMagicPropertyObjectWithException::__isset in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateMagicPropertyObjectWithException::__isset()

File

vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 537

Class

Twig_TemplateMagicPropertyObjectWithException

Code

public function __isset($key) {
  throw new Exception('Hey! Don\'t try to isset me!');
}