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: NetworkExceptionInterface.php <?php namespace Psr\Http\Client; use Psr\Http\Message\RequestInterface; /** * Thrown when the request cannot be completed because of network issues. * * There is no response object as this exception is thrown when no response has been received. * * Example: the target host name can not be resolved or the connection failed. */ interface NetworkExceptionInterface 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