ExceptionCause constructor
ExceptionCause(
- dynamic exception,
- dynamic stackTrace
Implementation
ExceptionCause(this.exception, this.stackTrace);
ExceptionCause(this.exception, this.stackTrace);