@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
12 lines (10 loc) • 372 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidInstallationError = void 0;
class InvalidInstallationError extends Error {
constructor(message) {
super(`Invalid app installation: ${message}`);
}
}
exports.InvalidInstallationError = InvalidInstallationError;
//# sourceMappingURL=InvalidInstallationError.js.map
;