moodle/lib/lessphp/Exception/Compiler.php
2014-03-24 15:15:03 +08:00

11 lines
155 B
PHP

<?php
/**
* Compiler Exception
*
* @package Less
* @subpackage exception
*/
class Less_Exception_Compiler extends Less_Exception_Parser{
}