@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
15 lines (13 loc) • 528 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidSettingValueException = void 0;
const AppsEngineException_1 = require("./AppsEngineException");
/**
* This exception informs the host system that an
* app has determined that an invalid setting value
* is passed.
*/
class InvalidSettingValueException extends AppsEngineException_1.AppsEngineException {
}
exports.InvalidSettingValueException = InvalidSettingValueException;
//# sourceMappingURL=InvalidSettingValueException.js.map
;