Merge branch 'MDL-62969_master' of git://github.com/markn86/moodle
[moodle.git] / lib / scssphp / Exception / CompilerException.php
blob7ca2e2b3bb9c1c6b92c47866a7012b304a711983
1 <?php
2 /**
3 * SCSSPHP
5 * @copyright 2012-2018 Leaf Corcoran
7 * @license http://opensource.org/licenses/MIT MIT
9 * @link http://leafo.github.io/scssphp
12 namespace Leafo\ScssPhp\Exception;
14 /**
15 * Compiler exception
17 * @author Oleksandr Savchenko <traveltino@gmail.com>
19 class CompilerException extends \Exception