Files
nhgooi.nl/website/vendor/league/flysystem/src/FilesystemNotFoundException.php
2020-01-06 02:36:10 +01:00

13 lines
184 B
PHP

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