zzwy2/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php

10 lines
170 B
PHP
Raw Normal View History

2022-10-08 17:31:39 +08:00
<?php
namespace PhpOffice\PhpSpreadsheet\Chart;
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
class Exception extends PhpSpreadsheetException
{
}