File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/psr/http-client/srcLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: RequestExceptionInterface.php <?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; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirClientExceptionInterface.phpFile171.00 B Rename | Delete | EditClientInterface.phpFile500.00 B Rename | Delete | EditNetworkExceptionInterface.phpFile658.00 B Rename | Delete | EditRequestExceptionInterface.phpFile586.00 B Rename | Delete | Edit