Fix documentation: OptionException gets thrown by a validator, not InvalidOptionException.

This commit is contained in:
Reto Schneider 2013-02-03 18:17:55 +01:00
parent 07551b4a3f
commit 6544af712a

View File

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