mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-12 08:14:32 +02:00
9 lines
102 B
PHP
9 lines
102 B
PHP
<?php
|
|
|
|
/**
|
|
* Compiler Exception
|
|
*/
|
|
class Less_Exception_Compiler extends Less_Exception_Parser {
|
|
|
|
}
|