b29ec536c2a7da3c34dd7ea1d33aaf3122b099fe
[yaffs-website] / RuntimeError.php
1 <?php
2
3 namespace Twig\Error;
4
5 class_exists('Twig_Error_Runtime');
6
7 if (\false) {
8     class RuntimeError extends \Twig_Error_Runtime
9     {
10     }
11 }