File "ConnectionErrorException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/league/flysystem/src/ConnectionErrorException.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace League\Flysystem;
use ErrorException;
class ConnectionErrorException extends ErrorException implements FilesystemException
{
}