Your IP : 216.73.216.69


Current Path : /proc/thread-self/root/home/lentoinv/props/vendor/psr/http-client/src/
Upload File :
Current File : //proc/thread-self/root/home/lentoinv/props/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
{
}

?>