diff OrthancFramework/Sources/Enumerations.cpp @ 4376:b002f9abe802 varian

review of changeset 4375:208029732d51
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 11:27:37 +0100
parents 3dffe8f7af48
children 80fd140b12ba
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Tue Dec 15 13:59:01 2020 -0500
+++ b/OrthancFramework/Sources/Enumerations.cpp	Thu Dec 17 11:27:37 2020 +0100
@@ -1608,7 +1608,8 @@
     }
     else
     {
-      throw OrthancException(ErrorCode_ParameterOutOfRange);
+      throw OrthancException(ErrorCode_ParameterOutOfRange,
+                             "Unknown specific version of the DICOM standard: " + version);
     }
   }