Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / src / Sandbox / SecurityNotAllowedFilterError.php
diff --git a/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php b/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php
new file mode 100644 (file)
index 0000000..b56d2c9
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Twig\Sandbox;
+
+class_exists('Twig_Sandbox_SecurityNotAllowedFilterError');
+
+if (\false) {
+    class SecurityNotAllowedFilterError extends \Twig_Sandbox_SecurityNotAllowedFilterError
+    {
+    }
+}