UNPKG

lightswitch-js-sdk

Version:

light switch javascript sdk

8 lines (7 loc) 187 B
class LSFlagNotFoundError extends Error { constructor(message) { super(message); this.name = 'LSFlagNotFoundError'; } } export default LSFlagNotFoundError;