UNPKG

@grubou/bussy

Version:

Command & query bus implementations

6 lines (5 loc) 143 B
export class EventNotHandledError extends Error { constructor(eventName: string) { super(`Domain Event ${eventName} not handled`); } }