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

File size: 146B
<?php

namespace League\Flysystem;

use ErrorException;

class ConnectionErrorException extends ErrorException implements FilesystemException
{
}