REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 751 B
Close
/home/byroehnu/easetack.com/vendor/php-http/httplug/src/Exception/NetworkException.php
Text
Base64
<?php namespace Http\Client\Exception; use Psr\Http\Client\NetworkExceptionInterface as PsrNetworkException; 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. * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> */ class NetworkException extends TransferException implements PsrNetworkException { use RequestAwareTrait; /** * @param string $message */ public function __construct($message, RequestInterface $request, ?\Exception $previous = null) { $this->setRequest($request); parent::__construct($message, 0, $previous); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
HttpException.php
1.57 KB
lrw-rw-rw-
2024-09-23 11:39:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
NetworkException.php
751 B
lrw-rw-rw-
2024-09-23 11:39:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RequestAwareTrait.php
378 B
lrw-rw-rw-
2024-09-23 11:39:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RequestException.php
788 B
lrw-rw-rw-
2024-09-23 11:39:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TransferException.php
263 B
lrw-rw-rw-
2024-09-23 11:39:58
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).