| Current Path : /var/www/html/eddcfa.sumar.com.py_old/vendor/league/flysystem/src/ |
| Current File : /var/www/html/eddcfa.sumar.com.py_old/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
{
}