Skip to content

Commit cd5486e

Browse files
Update core/src/main/java/dev/vml/es/acm/core/util/ExceptionUtils.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e535b17 commit cd5486e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

core/src/main/java/dev/vml/es/acm/core/util/ExceptionUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ public static String toString(Throwable cause) {
1414
.orElse(null);
1515
}
1616

17-
public static Throwable getRootCause(Throwable throwable) {
18-
return org.apache.commons.lang3.exception.ExceptionUtils.getRootCause(throwable);
19-
}
2017
}

0 commit comments

Comments
 (0)