You are here

public function SeekException::getStream in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/guzzle/src/Exception/SeekException.php \GuzzleHttp\Exception\SeekException::getStream()

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