UNPKG

@rocket.chat/apps-engine

Version:

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

13 lines (12 loc) 370 B
import { AppsEngineException } from './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 */ export declare class FileUploadNotAllowedException extends AppsEngineException { }