UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

10 lines (8 loc) 212 B
class ValidationError extends Error { constructor(message) { super(message); Error.captureStackTrace(this, this.constructor); this.name = 'ValidationError'; } } module.exports = ValidationError;