ExceptionCause constructor

ExceptionCause(
  1. dynamic exception,
  2. dynamic stackTrace
)

Implementation

ExceptionCause(this.exception, this.stackTrace);