aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php/Exception/Compiler.php
diff options
context:
space:
mode:
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