• File: GuzzleException.php
  • Full Path: /home/chassiw/www/wp-content/plugins/zero-spam/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
{
}