Ggongfuxiang底层类库更新
3aeb0bb2创建于 2023年2月4日历史提交
<?php

namespace League\Flysystem;

use LogicException;

/**
 * Thrown when the MountManager cannot find a filesystem.
 */
class FilesystemNotFoundException extends LogicException implements FilesystemException
{
}