food_server/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php

10 lines
150 B
PHP
Raw Normal View History

<?php
namespace GuzzleHttp\Exception;
use Psr\Http\Client\ClientExceptionInterface;
interface GuzzleException extends ClientExceptionInterface
{
}