@dolittle/sdk.services
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.ProcessorShouldNeverComplete = void 0;
/**
* Exception that gets thrown when a processor that should never complete, completes.
*/
class ProcessorShouldNeverComplete extends Error {
/**
* Initialises a new instance of the {@link ProcessorShouldNeverComplete} class.
*/
constructor() {
super('A processor that was expected to be registered forever completed.');
}
}
exports.ProcessorShouldNeverComplete = ProcessorShouldNeverComplete;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUHJvY2Vzc29yU2hvdWxkTmV2ZXJDb21wbGV0ZS5qcyIsInNvdXJjZVJvb3QiOiIuLi8iLCJzb3VyY2VzIjpbIlByb2Nlc3NvclNob3VsZE5ldmVyQ29tcGxldGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLCtDQUErQztBQUMvQyxxR0FBcUc7OztBQUVyRzs7R0FFRztBQUNILE1BQWEsNEJBQTZCLFNBQVEsS0FBSztJQUNuRDs7T0FFRztJQUNIO1FBQ0ksS0FBSyxDQUFDLG1FQUFtRSxDQUFDLENBQUM7SUFDL0UsQ0FBQztDQUNKO0FBUEQsb0VBT0MifQ==