Chris@0: stream = $stream; Chris@0: $msg = $msg ?: 'Could not seek the stream to position ' . $pos; Chris@0: parent::__construct($msg); Chris@0: } Chris@0: Chris@0: /** Chris@0: * @return StreamInterface Chris@0: */ Chris@0: public function getStream() Chris@0: { Chris@0: return $this->stream; Chris@0: } Chris@0: }