UNPKG

@dolittle/sdk.artifacts

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

11 lines 395 B
import { Exception } from '@dolittle/rudiments'; /** * Exception that gets thrown when {@link Generation} is not a natural number. */ export declare class GenerationMustBePositiveInteger extends Exception { /** * Initialises a new instance of the {@link GenerationMustBePositiveInteger} class. */ constructor(); } //# sourceMappingURL=GenerationMustBePositiveInteger.d.ts.map