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