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
);
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