ErrorMutationState<T> constructor
ErrorMutationState<T> (
- Object error,
- StackTrace stack
Creates an error state with the thrown error and stack.
Implementation
ErrorMutationState(this.error, this.stack);