2023-07-17 09:56:51 +08:00

10 lines
150 B
PHP

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