| Current Path : /hdd/hdd12/install/moodle/moodle/lib/scssphp/Exception/ |
| Current File : /hdd/hdd12/install/moodle/moodle/lib/scssphp/Exception/ParserException.php |
<?php
/**
* SCSSPHP
*
* @copyright 2012-2018 Leaf Corcoran
*
* @license http://opensource.org/licenses/MIT MIT
*
* @link http://leafo.github.io/scssphp
*/
namespace Leafo\ScssPhp\Exception;
/**
* Parser Exception
*
* @author Oleksandr Savchenko <traveltino@gmail.com>
*/
class ParserException extends \Exception
{
}