UNPKG

lightswitch-js-sdk

Version:

light switch javascript sdk

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