Thrown by CommandBus.execute and QueryBus.execute
when no handler is registered for the request's type.
readonly
requestType: string
The request type that had no handler.
Thrown by CommandBus.execute and QueryBus.execute
when no handler is registered for the request's type.
requestType: string
The request type that had no handler.
import { HandlerNotFoundError } from "cqrs-plugin/src/index.ts";