芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php
stream = $stream; $msg = $msg ?: 'Could not seek the stream to position ' . $pos; parent::__construct($msg); } /** * @return StreamInterface */ public function getStream() { return $this->stream; } }