2025-11-27 15:31:58 +00:00

9 lines
102 B
PHP

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