mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
Fix documentation: OptionException gets thrown by a validator, not InvalidOptionException.
This commit is contained in:
parent
07551b4a3f
commit
6544af712a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user