MDL-76723 core_tag: Use external_format_value constructor properly
[moodle.git] / lib / scssphp / Exception / ServerException.php
blobe593c4014d5796565b0b6cec2e998c5ae7309d86
1 <?php
3 /**
4 * SCSSPHP
6 * @copyright 2012-2020 Leaf Corcoran
8 * @license http://opensource.org/licenses/MIT MIT
10 * @link http://scssphp.github.io/scssphp
13 namespace ScssPhp\ScssPhp\Exception;
15 @trigger_error(sprintf('The "%s" class is deprecated.', ServerException::class), E_USER_DEPRECATED);
17 /**
18 * Server Exception
20 * @author Anthon Pang <anthon.pang@gmail.com>
22 * @deprecated The Scssphp server should define its own exception instead.
24 class ServerException extends \Exception implements SassException