UNPKG

lightswitch-js-sdk

Version:

light switch javascript sdk

9 lines (7 loc) 185 B
class LSFlagNotFoundError extends Error { constructor(message: string) { super(message); this.name = 'LSFlagNotFoundError'; } } export default LSFlagNotFoundError;