Ver Fonte

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

Reto Schneider há 13 anos atrás
pai
commit
6544af712a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Util/include/Poco/Util/Validator.h

+ 1 - 1
Util/include/Poco/Util/Validator.h

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