summaryrefslogtreecommitdiff
path: root/vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php')
-rw-r--r--vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php b/vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php
new file mode 100644
index 00000000..713e030d
--- /dev/null
+++ b/vendor/oyejorge/less.php/lib/Less/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