public function Twig_Tests_ErrorTest_Foo::bar in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Code
public function bar() {
throw new Exception('Runtime error...');
}