Compiler.php 147 B

1234567891011
  1. <?php
  2. /**
  3. * Compiler Exception
  4. *
  5. * @package Less
  6. * @subpackage exception
  7. */
  8. class Less_Exception_Compiler extends Less_Exception_Parser {
  9. }