File "GuzzleException.php"

Full Path: /var/www/html/back/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
{
}