Files
2026-05-11 17:49:38 +08:00

10 lines
150 B
PHP
Executable File

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