/
var
/
www
/
html
/
eccsm
/
lib
/
scssphp
/
Exception
/
Upload File
HOME
<?php /** * SCSSPHP * * @copyright 2012-2018 Leaf Corcoran * * @license http://opensource.org/licenses/MIT MIT * * @link http://leafo.github.io/scssphp */ namespace Leafo\ScssPhp\Exception; /** * Compiler exception * * @author Oleksandr Savchenko <traveltino@gmail.com> */ class CompilerException extends \Exception { }