ErrorFault constructor
const
ErrorFault(
- Object error,
- StackTrace stackTrace
Creates an ErrorFault with the given error and stackTrace
Implementation
const ErrorFault(this.error, StackTrace stackTrace)
: super._internal(stackTrace);