CASMErrPair.except constructor

CASMErrPair.except(
  1. Exception? exception,
  2. StackTrace trace
)

Implementation

CASMErrPair.except(this.exception, this.trace);