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