@@ -52,6 +52,6 @@ public enum ExceptionEnum {
return e.name();
}
- return null;
+ return OTHER.name();