class LaunchDarklyModuleError
extends Error

Thrown when a supplied module does not look like the LaunchDarkly SDK.

Constructors

LaunchDarklyModuleError(message: string)
Parameters
message: string

What was wrong with the module

Usage

import { LaunchDarklyModuleError } from "feature-flags-plugin/src/index.ts";