UNPKG

@dolittle/sdk.protobuf

Version:

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

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