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