ErrorFault constructor

const ErrorFault(
  1. Object error,
  2. StackTrace stackTrace
)

Creates an ErrorFault with the given error and stackTrace

Implementation

const ErrorFault(this.error, StackTrace stackTrace)
  : super._internal(stackTrace);