Skip to content

es cqrs.Class.AggregateNotFoundException

Sclable CI edited this page Oct 7, 2024 · 7 revisions

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

Class: AggregateNotFoundException

Exception for missing aggregate

Extends

  • Error

Constructors

new AggregateNotFoundException()

new AggregateNotFoundException(id): AggregateNotFoundException

Parameters

id: string

Returns

AggregateNotFoundException

Overrides

Error.constructor

Defined in

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

Properties

id

readonly id: string

Defined in

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

Clone this wiki locally