UNPKG

lightswitch-js-sdk

Version:

light switch javascript sdk

10 lines (9 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class LSFlagNotFoundError extends Error { constructor(message) { super(message); this.name = 'LSFlagNotFoundError'; } } exports.default = LSFlagNotFoundError;