mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 15:41:36 +02: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.
|
/// Validates the value for the given option.
|
||||||
/// Does nothing if the value is valid.
|
/// Does nothing if the value is valid.
|
||||||
///
|
///
|
||||||
/// Throws an InvalidOptionException otherwise.
|
/// Throws an OptionException otherwise.
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Validator();
|
Validator();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user