ExceptionAndStackTrace constructor

ExceptionAndStackTrace(
  1. Exception exception,
  2. StackTrace stackTrace
)

Implementation

ExceptionAndStackTrace(this.exception, this.stackTrace);