/home/mip/mip/public/img/credit/datatables/ClientExceptionInterface.php.tar
home/mip/mip/vendor/psr/http-client/src/ClientExceptionInterface.php000064400000000253151520662760021632 0ustar00<?php

namespace Psr\Http\Client;

/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}