# maxbuttons/7.13/assets/libraries/scssphp/src/Exception/CompilerException.php

MaxButtons – Create buttons, version 7.13. 22 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/7.13/code/assets/libraries/scssphp/src/Exception/CompilerException.php
- Raw: https://pluginprobe.com/plugins/maxbuttons/7.13/raw/assets/libraries/scssphp/src/Exception/CompilerException.php
- Modified: 2018-06-25T15:58:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/7.13/code/assets/libraries/scssphp/src/Exception/CompilerException.php#L10-L20`.

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

/**
 * Compiler exception
 *
 * @author Oleksandr Savchenko <traveltino@gmail.com>
 */
class CompilerException extends \Exception
{
}

```
