aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php/Exception/Compiler.php
diff options
context:
space:
mode:
authorderchris2019-02-02 15:35:30 +0100
committerderchris2019-02-02 15:35:30 +0100
commit7ad9f272a482802da2d43fe83841adbe9bcd8cb4 (patch)
tree75b43a2a8c3ab3dbdcb0694d135f4729c90b8af7 /lib/less.php/Exception/Compiler.php
parenteb6601b2520d48a0be91634fada0389faadde31d (diff)
update less.php to PHP 7.x compatible fork
Diffstat (limited to '')
-rw-r--r--lib/less.php/Exception/Compiler.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/less.php/Exception/Compiler.php b/lib/less.php/Exception/Compiler.php
new file mode 100644
index 0000000..b645f61
--- /dev/null
+++ b/lib/less.php/Exception/Compiler.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * Compiler Exception
+ *
+ * @package Less
+ * @subpackage exception
+ */
+class Less_Exception_Compiler extends Less_Exception_Parser{
+
+} \ No newline at end of file