PATH:
home
/
lab2454c
/
credityorkgroup.com
/
vendor
/
psr
/
http-client
/
src
<?php namespace Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }
[+]
..
[-] NetworkExceptionInterface.php
[edit]
[-] ClientExceptionInterface.php
[edit]
[-] RequestExceptionInterface.php
[edit]
[-] ClientInterface.php
[edit]