AtemError constructor

AtemError(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

AtemError(this.error, this.stackTrace);