UNPKG

@grubou/bussy

Version:

Command & query bus implementations

6 lines (5 loc) 136 B
export class QueryNotHandledError extends Error { constructor(queryName: string) { super(`Query ${queryName} not handled`); } }