moodle/lib/lessphp/Exception/Compiler.php

11 lines
155 B
PHP
Raw Normal View History

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