PHP 7.4.33
Preview: SeekException.php Size: 615 B
/home/godevadmin/www/admin/vendor/aws/GuzzleHttp/Exception/SeekException.php

<?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;
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
833 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
171 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
763 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
494 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
149 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
5.21 KB lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
615 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
171 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
106 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
126 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).