UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

18 lines (17 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FormError = void 0; class FormError extends Error { constructor(message, options) { super(message); if (options) { for (const key in options) { this[key] = options[key]; } } } } exports.FormError = FormError; //# sourceMappingURL=FormError.js.map