fs/io/GunzipReader: document that the constructor throws
This commit is contained in:
parent
f4a5d671fe
commit
ddd9f20a0b
@ -50,6 +50,8 @@ class GunzipReader final : public Reader {
|
|||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Construct the filter.
|
* Construct the filter.
|
||||||
|
*
|
||||||
|
* Throws on error.
|
||||||
*/
|
*/
|
||||||
explicit GunzipReader(Reader &_next);
|
explicit GunzipReader(Reader &_next);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user