Your IP : 3.145.202.60


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/psr/http-client/src/
Upload File :
Current File : //home/lentoinv/test.api.lentoria.com/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
{
}

?>