ygerzhedovich commented on code in PR #2613:
URL: https://github.com/apache/ignite-3/pull/2613#discussion_r1350394502
##########
modules/core/src/test/java/org/apache/ignite/internal/lang/IgniteExceptionMapperUtilTest.java:
##########
@@ -204,4 +239,19 @@ public CustomNoMappingException() {
super(INTERNAL_ERR, "Test internal exception [err=no mapping]");
}
}
+
+ /**
+ * Test runtime exception which does not have a mapper.
+ */
+ public static class CustomInternalNotMappedException extends
IgniteInternalException {
Review Comment:
agree
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]