home/mip/mip/vendor/psr/http-client/src/ClientExceptionInterface.php 0000644 00000000253 15152066276 0021632 0 ustar 00 <?php
namespace Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}