PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
php-http
/
httplug
/
src
<?php namespace Http\Client; use Psr\Http\Client\ClientExceptionInterface as PsrClientException; /** * Every HTTP Client related Exception must implement this interface. * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> */ interface Exception extends PsrClientException { }
[+]
..
[+]
Exception
[-] HttpAsyncClient.php
[edit]
[-] Exception.php
[edit]
[-] HttpClient.php
[edit]
[+]
Promise