Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Sandbox / SecurityNotAllowedFunctionError.php
index 79a400f12cec48253b5b7d1341c7072d6b08428d..aa39142932a29b2fe84bc4114021bb83a6ba176f 100644 (file)
@@ -29,3 +29,5 @@ class Twig_Sandbox_SecurityNotAllowedFunctionError extends Twig_Sandbox_Security
         return $this->functionName;
     }
 }
+
+class_alias('Twig_Sandbox_SecurityNotAllowedFunctionError', 'Twig\Sandbox\SecurityNotAllowedFunctionError', false);