CaughtException.withMessage constructor
CaughtException.withMessage(
- String? message,
- Object exception,
- StackTrace stackTrace
Initialize a newly created caught exception to have the given exception
,
stackTrace
, and message
.
Implementation
CaughtException.withMessage(this.message, this.exception, this.stackTrace);