2025-10-15 11:54:50 +00:00

9 lines
102 B
PHP

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