moodle/lib/lessphp/Exception/Compiler.php
2015-03-24 11:01:13 +08:00

11 lines
155 B
PHP
Executable File

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