zhaojs
2023-06-27 f8a7a2e20d6057406b79a3db595750df286e315b
1
2
3
4
5
6
7
8
9
<?php
 
namespace PhpOffice\PhpSpreadsheet\Chart;
 
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
 
class Exception extends PhpSpreadsheetException
{
}