File "Exception.php"
Full Path: /var/www/drive/php-http-20251111013342/httplug/src/Exception.php
File size: 289 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Http\Client;
use Psr\Http\Client\ClientExceptionInterface as PsrClientException;
/**
* Every HTTP Client related Exception must implement this interface.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
interface Exception extends PsrClientException
{
}