You are here

public function Twig_Tests_ErrorTest_Foo::bar in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/ErrorTest.php \Twig_Tests_ErrorTest_Foo::bar()

File

vendor/twig/twig/test/Twig/Tests/ErrorTest.php, line 140

Class

Twig_Tests_ErrorTest_Foo

Code

public function bar() {
  throw new Exception('Runtime error...');
}