@dolittle/sdk.common
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
18 lines • 1.14 kB
JavaScript
;
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports.CannotDetermineDecoratorTarget = void 0;
/**
* The exception that gets thrown when a decorator function is called on an unexpected target.
*/
class CannotDetermineDecoratorTarget extends Error {
/**
* Initialises a new instance of the {@link CannotDetermineDecoratorTarget} class.
*/
constructor() {
super('Cannot determine decorator target.');
}
}
exports.CannotDetermineDecoratorTarget = CannotDetermineDecoratorTarget;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ2Fubm90RGV0ZXJtaW5lRGVjb3JhdG9yVGFyZ2V0LmpzIiwic291cmNlUm9vdCI6Ii4uLyIsInNvdXJjZXMiOlsiRGVjb3JhdG9ycy9DYW5ub3REZXRlcm1pbmVEZWNvcmF0b3JUYXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLCtDQUErQztBQUMvQyxxR0FBcUc7OztBQUVyRzs7R0FFRztBQUNILE1BQWEsOEJBQStCLFNBQVEsS0FBSztJQUNyRDs7T0FFRztJQUNIO1FBQ0ksS0FBSyxDQUFDLG9DQUFvQyxDQUFDLENBQUM7SUFDaEQsQ0FBQztDQUNKO0FBUEQsd0VBT0MifQ==