UnhandledError constructor

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

Implementation

UnhandledError(this.error, this.stackTrace);