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