mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
11 lines
183 B
PHP
11 lines
183 B
PHP
<?php
|
|
|
|
namespace League\Flysystem\Plugin;
|
|
|
|
use LogicException;
|
|
|
|
class PluginNotFoundException extends LogicException
|
|
{
|
|
// This exception doesn't require additional information.
|
|
}
|