fs/io/GunzipReader: document that the constructor throws

This commit is contained in:
Max Kellermann 2021-02-04 17:28:59 +01:00
parent f4a5d671fe
commit ddd9f20a0b

View File

@ -50,6 +50,8 @@ class GunzipReader final : public Reader {
public:
/**
* Construct the filter.
*
* Throws on error.
*/
explicit GunzipReader(Reader &_next);