mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-27 20:06:37 +08:00
11 lines
151 B
PHP
11 lines
151 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
use LogicException;
|
|
|
|
class RootViolationException extends LogicException implements FilesystemException
|
|
{
|
|
//
|
|
}
|