| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/psr/http-client/src/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/psr/http-client/src/ClientExceptionInterface.php | 
<?php
namespace Psr\Http\Client;
/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}