Commit ddd9f20a authored by Max Kellermann's avatar Max Kellermann

fs/io/GunzipReader: document that the constructor throws

parent f4a5d671
......@@ -50,6 +50,8 @@ class GunzipReader final : public Reader {
public:
/**
* Construct the filter.
*
* Throws on error.
*/
explicit GunzipReader(Reader &_next);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment