UNPKG

@rocket.chat/apps-engine

Version:

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

15 lines (14 loc) 405 B
import { AppsEngineException } from '.'; /** * This exception informs the host system that an * app has determined that an user is not allowed * to perform a specific action. * * Currently it is expected to be thrown by the * following events: * - IPreRoomCreatePrevent * - IPreRoomUserJoined * - IPreRoomUserLeave */ export declare class UserNotAllowedException extends AppsEngineException { }