2023-09-21 09:50:32 +00:00

9 lines
102 B
PHP

<?php
/**
* Compiler Exception
*/
class Less_Exception_Compiler extends Less_Exception_Parser {
}