UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (10 loc) 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const runtime_exception_1 = require("./runtime.exception"); class UnknownElementException extends runtime_exception_1.RuntimeException { constructor(name) { super(`Nest could not find ${name || 'given'} element (this provider does not exist in the current context)`); } } exports.UnknownElementException = UnknownElementException;