5a5d4307a38589a0e1bd3e8c3f91e9e03748d4e2
[yaffs-website] / src / Sandbox / SecurityNotAllowedPropertyError.php
1 <?php
2
3 namespace Twig\Sandbox;
4
5 class_exists('Twig_Sandbox_SecurityNotAllowedPropertyError');
6
7 if (\false) {
8     class SecurityNotAllowedPropertyError extends \Twig_Sandbox_SecurityNotAllowedPropertyError
9     {
10     }
11 }