File "FilesystemNotFoundException.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/vendor/league/flysystem/src/FilesystemNotFoundException.php
File size: 215 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace League\Flysystem;
use LogicException;
/**
* Thrown when the MountManager cannot find a filesystem.
*/
class FilesystemNotFoundException extends LogicException implements FilesystemException
{
}