REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 615 B
Close
/home/godevadmin/www/admin/vendor/aws/GuzzleHttp/Exception/SeekException.php
Text
Base64
<?php namespace GuzzleHttp\Exception; use Psr\Http\Message\StreamInterface; /** * Exception thrown when a seek fails on a stream. */ class SeekException extends \RuntimeException implements GuzzleException { private $stream; public function __construct(StreamInterface $stream, $pos = 0, $msg = '') { $this->stream = $stream; $msg = $msg ?: 'Could not seek the stream to position ' . $pos; parent::__construct($msg); } /** * @return StreamInterface */ public function getStream() { return $this->stream; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
BadResponseException.php
833 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ClientException.php
171 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConnectException.php
763 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GuzzleException.php
494 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
InvalidArgumentException.php
149 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RequestException.php
5.21 KB
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SeekException.php
615 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ServerException.php
171 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TooManyRedirectsException.php
106 B
lrwxrwxr-x
2024-06-18 20:12:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TransferException.php
126 B
lrwxrwxr-x
2024-06-18 20:12:02
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).