UNPKG

@rocket.chat/apps-engine

Version:

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

9 lines (8 loc) 267 B
import { AppsEngineException } from './AppsEngineException'; /** * This exception informs the host system that an * app has determined that an invalid setting value * is passed. */ export declare class InvalidSettingValueException extends AppsEngineException { }