diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-26 21:01:22 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-26 21:01:22 +0200 |
commit | 4fabfdabde03e49b38c2867ce5502c3b64aab215 (patch) | |
tree | 69913c8672050d4629abf520c17664979949f59c /src/filter/LoadChain.hxx | |
parent | 2e9b5e4e78f565b9191a92d4af13448dd8de7379 (diff) |
filter/Filter: allow throwing any exception
Diffstat (limited to 'src/filter/LoadChain.hxx')
-rw-r--r-- | src/filter/LoadChain.hxx | 2 |
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 |