SilentException.wrapInMessage constructor
SilentException.wrapInMessage(
- String message,
- CaughtException exception
Create a SilentException to wrap a CaughtException, adding a
message
.
Implementation
SilentException.wrapInMessage(String message, CaughtException exception)
: this(message, exception, StackTrace.current);