View file vendor/league/flysystem/src/ConnectionRuntimeException.php

File size: 152B
<?php

namespace League\Flysystem;

use RuntimeException;

class ConnectionRuntimeException extends RuntimeException implements FilesystemException
{
}