Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /vendor /league /flysystem /src /FilesystemNotFoundException.php
| namespace League\Flysystem; | |
| use LogicException; | |
| /** | |
| * Thrown when the MountManager cannot find a filesystem. | |
| */ | |
| class FilesystemNotFoundException extends LogicException | |
| { | |
| } | |