UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

17 lines 820 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoveeCommunityApiAuthenticationError = exports.GoveeApiAuthenticationError = void 0; const govee_api_error_1 = require("./govee-api.error"); class GoveeApiAuthenticationError extends govee_api_error_1.GoveeApiError { constructor(message) { super(`Authentication: ${message ?? 'Unexpected error occurred.'}`); } } exports.GoveeApiAuthenticationError = GoveeApiAuthenticationError; class GoveeCommunityApiAuthenticationError extends govee_api_error_1.GoveeCommunityApiError { constructor(message) { super(`Authentication: ${message ?? 'Unexpected error occurred.'}`); } } exports.GoveeCommunityApiAuthenticationError = GoveeCommunityApiAuthenticationError; //# sourceMappingURL=govee-api-auth.error.js.map