SeekException
extends RuntimeException
in package
implements
GuzzleException
Exception thrown when a seek fails on a stream.
Interfaces, Classes and Traits
Table of Contents
- $stream : mixed
- __construct() : mixed
- getStream() : StreamInterface
Properties
$stream
private
mixed
$stream
Methods
__construct()
public
__construct(StreamInterface $stream, mixed $pos[, mixed $msg = '' ]) : mixed
Parameters
- $stream : StreamInterface
- $pos : mixed
- $msg : mixed = ''
Return values
mixed —getStream()
public
getStream() : StreamInterface