Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
league
/
flysystem
/
src
/
Editing: FilesystemNotFoundException.php
<?php namespace League\Flysystem; use LogicException; /** * Thrown when the MountManager cannot find a filesystem. */ class FilesystemNotFoundException extends LogicException implements FilesystemException { }
Save
Cancel