ORIENT/vendor/wikimedia/less.php/lib/Less/Exception/Compiler.php

9 lines
102 B
PHP
Raw Normal View History

2021-04-08 08:08:59 +00:00
<?php
/**
* Compiler Exception
*/
2023-02-27 04:39:19 +00:00
class Less_Exception_Compiler extends Less_Exception_Parser {
2021-04-08 08:08:59 +00:00
2023-02-27 04:39:19 +00:00
}