aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php/Exception/Compiler.php
blob: b645f61f33bfc157d0e6897c5e50b2e9f04d8844 (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{

}