File "GuzzleException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace GuzzleHttp\Exception;
use Psr\Http\Client\ClientExceptionInterface;
interface GuzzleException extends ClientExceptionInterface
{
}