@dolittle/sdk.aggregates
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
11 lines • 406 B
TypeScript
import { Exception } from '@dolittle/rudiments';
/**
* The exception that gets thrown when an aggregate root identifier is not set and is expected.
*/
export declare class AggregateRootIdentifierNotSet extends Exception {
/**
* Initialises a new instance of the {@link AggregateRootIdentifierNotSet} class.
*/
constructor();
}
//# sourceMappingURL=AggregateRootIdentifierNotSet.d.ts.map