Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6.0
-
None
Description
The error message for XMLExcepts::HshTbl_NoSuchKeyExists has a substitution parameter, but the code never supplies it. We should either:
1. supplied the parameter
2. remove it
I'm suggesting we opt for 2, since the value of the key is not terribly useful to the end user, and this exception is not very common.
Opinions?