UNPKG

@dolittle/sdk.artifacts

Version:

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

12 lines 481 B
import { Exception } from '@dolittle/rudiments'; /** * The exception that gets thrown when getting a type that is not associated with a key from a {@link TypeMap}. */ export declare class KeyNotAssociatedWithType extends Exception { /** * Initialises a new instance of the {@link KeyNotAssociatedWithType} class. * @param {any} key - The key that is missing an association. */ constructor(key: any); } //# sourceMappingURL=KeyNotAssociatedWithType.d.ts.map