UNPKG

lightswitch-js-sdk

Version:

light switch javascript sdk

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