Skip to content

es cqrs.Class.AggregateNotFoundException

Sclable CI edited this page May 19, 2026 · 35 revisions

@sclable/nestjs-libs / es-cqrs / AggregateNotFoundException

Class: AggregateNotFoundException

Defined in: packages/es-cqrs/src/event-store/aggregate-not-found.exception.ts:4

Exception for missing aggregate

Extends

  • Error

Constructors

Constructor

new AggregateNotFoundException(id): AggregateNotFoundException

Defined in: packages/es-cqrs/src/event-store/aggregate-not-found.exception.ts:5

Parameters

id

string

Returns

AggregateNotFoundException

Overrides

Error.constructor

Properties

id

readonly id: string

Defined in: packages/es-cqrs/src/event-store/aggregate-not-found.exception.ts:5

Clone this wiki locally