Files
w4rpservices/vendor/league/flysystem/src/FilesystemNotFoundException.php
T
2018-10-15 00:37:28 -05:00

13 lines
184 B
PHP

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