moodle/lib/lessphp/Exception/Compiler.php
2015-04-02 11:48:43 +02:00

11 lines
155 B
PHP

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