mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-04-02 10:40:14 +00:00
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
namespace PhpOffice\PhpSpreadsheet;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
}
|