Files
tryno10/app/code/vendor/league/flysystem/src/FilesystemNotFoundException.php
T
2022-04-07 16:21:17 +05:30

13 lines
215 B
PHP

<?php
namespace League\Flysystem;
use LogicException;
/**
* Thrown when the MountManager cannot find a filesystem.
*/
class FilesystemNotFoundException extends LogicException implements FilesystemException
{
}