Files
natascha-rieter.nl-user/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
T
2026-06-14 00:27:27 +00:00

10 lines
150 B
PHP

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