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