diff options
Diffstat (limited to 'lib/less.php/Exception/Compiler.php')
-rw-r--r-- | lib/less.php/Exception/Compiler.php | 11 |
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 |