Exception<T> constructor
Exception<T> (
- Object exc,
- StackTrace? st
Implementation
Exception(this.exc, this.st) : super._();
Exception(this.exc, this.st) : super._();