WrappedException constructor

WrappedException(
  1. String message,
  2. Object exception,
  3. StackTrace stackTrace
)

Implementation

WrappedException(this.message, this.exception, this.stackTrace);