ExecutionError constructor
const
ExecutionError(
- ExecutionErrorCode code,
- String message, {
- Object? cause,
Creates an ExecutionError with a code and message.
Implementation
const ExecutionError(this.code, this.message, {this.cause});