(Class<?> clazz, Throwable cause)
| 536 | } |
| 537 | |
| 538 | public Errors errorEnhancingClass(Class<?> clazz, Throwable cause) { |
| 539 | return errorInUserCode(cause, "Unable to method intercept: %s", clazz); |
| 540 | } |
| 541 | |
| 542 | public static Collection<Message> getMessagesFromThrowable(Throwable throwable) { |
| 543 | if (throwable instanceof ProvisionException) { |
no test coverage detected