/opt/cpanel/ea-wappspector/vendor/league/flysystem/src
Edit: /opt/cpanel/ea-wappspector/vendor/league/flysystem/src/FilesystemAdapter.php (2784B)
*
* @throws FilesystemException
*/
public function listContents(string $path, bool $deep): iterable;
/**
* @throws UnableToMoveFile
* @throws FilesystemException
*/
public function move(string $source, string $destination, Config $config): void;
/**
* @throws UnableToCopyFile
* @throws FilesystemException
*/
public function copy(string $source, string $destination, Config $config): void;
}