summaryrefslogtreecommitdiff
path: root/src/filter/LoadChain.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-26 21:01:22 +0200
committerMax Kellermann <max@musicpd.org>2019-08-26 21:01:22 +0200
commit4fabfdabde03e49b38c2867ce5502c3b64aab215 (patch)
tree69913c8672050d4629abf520c17664979949f59c /src/filter/LoadChain.hxx
parent2e9b5e4e78f565b9191a92d4af13448dd8de7379 (diff)
filter/Filter: allow throwing any exception
Diffstat (limited to 'src/filter/LoadChain.hxx')
-rw-r--r--src/filter/LoadChain.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter/LoadChain.hxx b/src/filter/LoadChain.hxx
index 00d60d54f..dc9f2ce16 100644
--- a/src/filter/LoadChain.hxx
+++ b/src/filter/LoadChain.hxx
@@ -28,7 +28,7 @@ class PreparedFilter;
* "name1, name2, name3, ..." by looking up each name among the
* configured filter sections.
*
- * Throws std::runtime_error on error.
+ * Throws on error.
*
* @param chain the chain to append filters on
* @param config the global configuration to load filter definitions from