mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Merge pull request #76 from rettichschnidi/rettichschnidi-fix-validator-docu
Fix documentation: OptionException gets thrown by Poco::Util::Validator
This commit is contained in:
commit
33f502c119
@ -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…
Reference in New Issue
Block a user