Your IP : 216.73.216.79


Current Path : /var/www/html/maiwp/www/admin/dev-code/vendor/league/flysystem/src/
Upload File :
Current File : /var/www/html/maiwp/www/admin/dev-code/vendor/league/flysystem/src/FilesystemNotFoundException.php

<?php

namespace League\Flysystem;

use LogicException;

/**
 * Thrown when the MountManager cannot find a filesystem.
 */
class FilesystemNotFoundException extends LogicException implements FilesystemException
{
}