UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

11 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CompilerError = void 0; class CompilerError { constructor(detail) { this.name = 'CompilerError'; this.message = `An error occured while compiling an App: ${detail}`; } } exports.CompilerError = CompilerError; //# sourceMappingURL=CompilerError.js.map