ActiveException constructor

ActiveException(
  1. StackTrace? stackTrace,
  2. String? typeName,
  3. Type type
)

Implementation

ActiveException(this.stackTrace, this.typeName, this.type);