Merge pull request #76 from rettichschnidi/rettichschnidi-fix-validator-docu

Fix documentation: OptionException gets thrown by Poco::Util::Validator
This commit is contained in:
Aleksandar Fabijanic 2013-02-03 18:11:58 -08:00
commit 33f502c119

View File

@ -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();