libreqr/less.php/lib/Less/Exception/Compiler.php

12 lines
147 B
PHP
Raw Normal View History

2021-02-15 21:29:38 +01:00
<?php
/**
* Compiler Exception
*
* @package Less
* @subpackage exception
*/
class Less_Exception_Compiler extends Less_Exception_Parser {
}