mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-09-04 14:48:40 +08:00
10 lines
146 B
PHP
10 lines
146 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
use ErrorException;
|
|
|
|
class ConnectionErrorException extends ErrorException implements FilesystemException
|
|
{
|
|
}
|