chaoyu/vendor/league/flysystem/src/ConnectionErrorException.php

10 lines
146 B
PHP
Executable File

<?php
namespace League\Flysystem;
use ErrorException;
class ConnectionErrorException extends ErrorException implements FilesystemException
{
}