REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 982 B
Close
/opt/cpanel/ea-wappspector/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
Text
Base64
<?php namespace GuzzleHttp\Exception; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; /** * Exception when an HTTP error occurs (4xx or 5xx error) */ class BadResponseException extends RequestException { public function __construct( string $message, RequestInterface $request, ResponseInterface $response, ?\Throwable $previous = null, array $handlerContext = [] ) { parent::__construct($message, $request, $response, $previous, $handlerContext); } /** * Current exception and the ones that extend it will always have a response. */ public function hasResponse(): bool { return true; } /** * This function narrows the return type from the parent class and does not allow it to be nullable. */ public function getResponse(): ResponseInterface { /** @var ResponseInterface */ return parent::getResponse(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
BadResponseException.php
982 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ClientException.php
163 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConnectException.php
1.38 KB
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GuzzleException.php
150 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
InvalidArgumentException.php
142 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RequestException.php
4.34 KB
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ServerException.php
163 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TooManyRedirectsException.php
101 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TransferException.php
121 B
lrw-r--r--
2025-08-23 22:36:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).