You are here

public function SeekException::getStream in Lockr 7.3

Return value

StreamInterface

File

vendor/guzzlehttp/guzzle/src/Exception/SeekException.php, line 23

Class

SeekException
Exception thrown when a seek fails on a stream.

Namespace

GuzzleHttp\Exception

Code

public function getStream() {
  return $this->stream;
}