# tablepress/2.2.4/libraries/vendor/Complex/Exception.php

TablePress – Tables in WordPress made easy, version 2.2.4. 14 lines.

- Page: https://pluginprobe.com/plugins/tablepress/2.2.4/code/libraries/vendor/Complex/Exception.php
- Raw: https://pluginprobe.com/plugins/tablepress/2.2.4/raw/libraries/vendor/Complex/Exception.php
- Modified: 2022-12-19T11:32:06+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/tablepress/2.2.4/code/libraries/vendor/Complex/Exception.php#L10-L20`.

```php
<?php

/**
 * Exception.
 *
 * @copyright  Copyright (c) 2013-2018 Mark Baker (https://github.com/MarkBaker/PHPComplex)
 * @license    https://opensource.org/licenses/MIT    MIT
 */
namespace TablePress\Complex;

class Exception extends \Exception
{
}

```
