UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

10 lines (9 loc) 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const constants_1 = require("./constants"); class InvalidModuleConfigException extends Error { constructor(property) { super(constants_1.INVALID_MODULE_CONFIG_MESSAGE `${property}`); } } exports.InvalidModuleConfigException = InvalidModuleConfigException;