You are here

public function SeekException::getStream in Auth0 Single Sign On 8.2

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