UNPKG

@dolittle/sdk.protobuf

Version:

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

11 lines 389 B
import { Exception } from '@dolittle/rudiments'; /** * Exception that gets thrown when a protobuf artifact is missing the artifact identifier. */ export declare class MissingArtifactIdentifier extends Exception { /** * Initializes a new instance of the {@link MissingArtifactIdentifier} class. */ constructor(); } //# sourceMappingURL=MissingArtifactIdentifier.d.ts.map