@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
13 lines (11 loc) • 514 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.VideoConfProviderAlreadyExistsError = void 0;
class VideoConfProviderAlreadyExistsError {
constructor(name) {
this.name = 'VideoConfProviderAlreadyExists';
this.message = `The video conference provider "${name}" was already registered by another App.`;
}
}
exports.VideoConfProviderAlreadyExistsError = VideoConfProviderAlreadyExistsError;
//# sourceMappingURL=VideoConfProviderAlreadyExistsError.js.map
;