| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/vendor/php-http/httplug/src/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/vendor/php-http/httplug/src/Exception.php |
<?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
{
}