mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-16 10:09:45 +08:00
10 lines
152 B
PHP
10 lines
152 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
use RuntimeException;
|
|
|
|
class ConnectionRuntimeException extends RuntimeException implements FilesystemException
|
|
{
|
|
}
|