/home2/mshostin/crm.ms-hostingladz.com/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
<?php

namespace GuzzleHttp\Exception;

use Psr\Http\Client\ClientExceptionInterface;

interface GuzzleException extends ClientExceptionInterface
{
}