summaryrefslogtreecommitdiffstats
path: root/Mustache/Exception/LogicException.php
diff options
context:
space:
mode:
authorSimon Rettberg2023-10-02 18:01:05 +0200
committerSimon Rettberg2023-10-02 18:01:05 +0200
commitc8e975a0151c74ea731dc709640310222d884297 (patch)
tree62688c460ac71b65a205344e7a6d78a6ab5a96ee /Mustache/Exception/LogicException.php
parentDisable deprecated warnings when not in debug mode (diff)
downloadslx-admin-c8e975a0151c74ea731dc709640310222d884297.tar.gz
slx-admin-c8e975a0151c74ea731dc709640310222d884297.tar.xz
slx-admin-c8e975a0151c74ea731dc709640310222d884297.zip
Update Mustache to 46286a1
Diffstat (limited to 'Mustache/Exception/LogicException.php')
-rw-r--r--Mustache/Exception/LogicException.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/Mustache/Exception/LogicException.php b/Mustache/Exception/LogicException.php
new file mode 100644
index 00000000..b2424d67
--- /dev/null
+++ b/Mustache/Exception/LogicException.php
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ * This file is part of Mustache.php.
+ *
+ * (c) 2010-2017 Justin Hileman
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+/**
+ * Logic exception.
+ */
+class Mustache_Exception_LogicException extends LogicException implements Mustache_Exception
+{
+ // This space intentionally left blank.
+}