summaryrefslogtreecommitdiff
path: root/vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php
blob: 713e030d08db09c4acd6d485577c53519d01349e (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{

}