UNPKG

@rocket.chat/apps-engine

Version:

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

19 lines (17 loc) 635 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileUploadNotAllowedException = void 0; const AppsEngineException_1 = require("./AppsEngineException"); /** * This exception informs the host system that an * app has determined that a file upload is not * allowed to be completed. * * Currently it is expected to be thrown by the * following events: * - IPreFileUpload */ class FileUploadNotAllowedException extends AppsEngineException_1.AppsEngineException { } exports.FileUploadNotAllowedException = FileUploadNotAllowedException; //# sourceMappingURL=FileUploadNotAllowedException.js.map