Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpguard /
app /
vendor /
psr /
http-client /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
ClientExceptionInterface.php
171
B
-rw-r--r--
2025-05-10 05:15
ClientInterface.php
500
B
-rw-r--r--
2025-05-10 05:15
NetworkExceptionInterface.php
658
B
-rw-r--r--
2025-05-10 05:15
RequestExceptionInterface.php
586
B
-rw-r--r--
2025-05-10 05:15
Save
Rename
<?php namespace Psr\Http\Client; use Psr\Http\Message\RequestInterface; /** * Exception for when a request failed. * * Examples: * - Request is invalid (e.g. method is missing) * - Runtime request errors (e.g. the body stream is not seekable) */ interface RequestExceptionInterface extends ClientExceptionInterface { /** * Returns the request. * * The request object MAY be a different object from the one passed to ClientInterface::sendRequest() * * @return RequestInterface */ public function getRequest(): RequestInterface; }