From ddd9f20a0be2ff008aa068b60fee51738a5e63e9 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Thu, 4 Feb 2021 17:28:59 +0100
Subject: [PATCH] fs/io/GunzipReader: document that the constructor throws

---
 src/fs/io/GunzipReader.hxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/fs/io/GunzipReader.hxx b/src/fs/io/GunzipReader.hxx
index ce2aee3f5..51283099a 100644
--- a/src/fs/io/GunzipReader.hxx
+++ b/src/fs/io/GunzipReader.hxx
@@ -50,6 +50,8 @@ class GunzipReader final : public Reader {
 public:
 	/**
 	 * Construct the filter.
+	 *
+	 * Throws on error.
 	 */
 	explicit GunzipReader(Reader &_next);