Exception<T> constructor

Exception<T>(
  1. Object exc,
  2. StackTrace? st
)

Implementation

Exception(this.exc, this.st) : super._();