Open Monograph Press  3.3.0
GuzzleHttp\Exception\SeekException Class Reference
Inheritance diagram for GuzzleHttp\Exception\SeekException:

Public Member Functions

 __construct (StreamInterface $stream, $pos=0, $msg='')
 
 getStream ()
 

Detailed Description

Exception thrown when a seek fails on a stream.

Definition at line 9 of file SeekException.php.

Constructor & Destructor Documentation

◆ __construct()

GuzzleHttp\Exception\SeekException::__construct ( StreamInterface  $stream,
  $pos = 0,
  $msg = '' 
)

Definition at line 13 of file SeekException.php.

Member Function Documentation

◆ getStream()

GuzzleHttp\Exception\SeekException::getStream ( )
Returns
StreamInterface

Definition at line 23 of file SeekException.php.


The documentation for this class was generated from the following file: