summaryrefslogtreecommitdiffstats
path: root/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php
blob: 98229a5a6cb34ce3ca7fa5b67ee51298e550e74d (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace PhpOffice\PhpSpreadsheet\Chart;

use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;

class Exception extends PhpSpreadsheetException
{
}