filter/Filter: allow throwing any exception

This commit is contained in:
Max Kellermann
2019-08-26 21:01:22 +02:00
parent 2e9b5e4e78
commit 4fabfdabde
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ class PreparedFilter;
* Creates a new filter, loads configuration and the plugin name from
* the specified configuration section.
*
* Throws std::runtime_error on error.
* Throws on error.
*
* @param block the configuration section
*/