Your IP : 3.149.255.189


Current Path : /proc/thread-self/root/home/lentoinv/props/vendor/league/flysystem/src/
Upload File :
Current File : //proc/thread-self/root/home/lentoinv/props/vendor/league/flysystem/src/FilesystemException.php

<?php

declare(strict_types=1);

namespace League\Flysystem;

use Throwable;

interface FilesystemException extends Throwable
{
}

?>