You are here

public function Twig_TemplateMagicMethodExceptionObject::__call in Zircon Profile 8.0

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

File

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

Class

Twig_TemplateMagicMethodExceptionObject

Code

public function __call($method, $arguments) {
  throw new BadMethodCallException(sprintf('Unkown method %s', $method));
}