# visualizer/3.7.4/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php

Visualizer – Tables &amp; Charts Manager with Built-in AI Generator, version 3.7.4. 10 lines.

- Page: https://pluginprobe.com/plugins/visualizer/3.7.4/code/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php
- Raw: https://pluginprobe.com/plugins/visualizer/3.7.4/raw/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php
- Modified: 2019-02-24T07:50:56+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/visualizer/3.7.4/code/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php#L10-L20`.

```php
<?php

namespace PhpOffice\PhpSpreadsheet\Chart;

use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;

class Exception extends PhpSpreadsheetException
{
}

```
