public function SeekException::getStream in Auth0 Single Sign On 8.2
Return value
File
- vendor/
guzzlehttp/ guzzle/ src/ Exception/ SeekException.php, line 23
Class
- SeekException
- Exception thrown when a seek fails on a stream.
Namespace
GuzzleHttp\ExceptionCode
public function getStream() {
return $this->stream;
}