mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Fix documentation: OptionException gets thrown by a validator, not InvalidOptionException.
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
/// Validates the value for the given option.
|
||||
/// Does nothing if the value is valid.
|
||||
///
|
||||
/// Throws an InvalidOptionException otherwise.
|
||||
/// Throws an OptionException otherwise.
|
||||
|
||||
protected:
|
||||
Validator();
|
||||
|
||||
Reference in New Issue
Block a user