# tablepress/2.2.3/libraries/vendor/Matrix/Div0Exception.php

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

- Page: https://pluginprobe.com/plugins/tablepress/2.2.3/code/libraries/vendor/Matrix/Div0Exception.php
- Raw: https://pluginprobe.com/plugins/tablepress/2.2.3/raw/libraries/vendor/Matrix/Div0Exception.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.3/code/libraries/vendor/Matrix/Div0Exception.php#L10-L20`.

```php
<?php

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

class Div0Exception extends Exception
{
}

```
