Sukhwinder Dhillon b291d7ce3d Add new less lib
2021-06-23 16:13:49 +02:00

12 lines
147 B
PHP

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