-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Replace "itk::ERROR" by "ITK ERROR" in description of exception
Previously, the description text of an exception thrown by `itkSpecializedMessageExceptionMacro` would start with the text "itk::ERROR", which seemed to suggest that it involved an `itk::ERROR` object, function, or type. However, there is no such `ERROR` in the `itk` namespace! It appears clearer to use the text "ITK ERROR" instead, to indicate that the error involves the ITK library.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters