UNPKG

@dolittle/sdk.artifacts

Version:

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

11 lines 496 B
import { Exception } from '@dolittle/rudiments'; /** * The exception that gets thrown when attempting to access the internal map of a {@link NestedMap} as a nested map when it is the final level. */ export declare class CannotAccessMapsOfNestedMapWithNoMoreLevels extends Exception { /** * Initialises a new instance of the {@link CannotAccessMapsOfNestedMapWithNoMoreLevels} class. */ constructor(); } //# sourceMappingURL=CannotAccessMapsOfNestedMapWithNoMoreLevels.d.ts.map