mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
class Exception extends \Exception implements FilesystemException
|
|
{
|
|
//
|
|
}
|