<?phpnamespace LeagueFlysystem;use LogicException;/** * Thrown when the MountManager cannot find a filesystem. */class FilesystemNotFoundException extends LogicException{}