summaryrefslogtreecommitdiffstats
path: root/library/vendor/lessphp/lib/Less/Exception/Compiler.php
blob: 1c3727a38b0f3a95f83583b8a0806d42a4f3ce51 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

/**
 * Compiler Exception
 *
 * @package Less
 * @subpackage exception
 */
class Less_Exception_Compiler extends Less_Exception_Parser {

}