Files
nhgooi.nl/vendor/league/flysystem/src/FilesystemNotFoundException.php

13 lines
184 B
PHP

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