UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (10 loc) 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const runtime_exception_1 = require("./runtime.exception"); const messages_1 = require("../messages"); class InvalidMiddlewareConfigurationException extends runtime_exception_1.RuntimeException { constructor() { super(messages_1.INVALID_MIDDLEWARE_CONFIGURATION); } } exports.InvalidMiddlewareConfigurationException = InvalidMiddlewareConfigurationException;