Seditio Source
Root |
./othercms/xenForo 2.2.8/src/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
{
}