zhaojs
2023-08-22 79af6a5abdbf4b16cf52d3be93d91c8f1f6a52f5
1
2
3
4
5
6
7
8
9
<?php
 
namespace PhpOffice\PhpSpreadsheet\Writer;
 
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
 
class Exception extends PhpSpreadsheetException
{
}