summaryrefslogtreecommitdiffstats
path: root/vendor/wikimedia/less.php/lib/Less/Exception/Compiler.php
blob: e963b6984f9a75825e4517760bdee355297cab79 (plain)
1
2
3
4
5
6
7
8
<?php

/**
 * Compiler Exception
 */
class Less_Exception_Compiler extends Less_Exception_Parser {

}