UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

12 lines (9 loc) 227 B
"use strict"; class LoadingLoaderError extends Error { constructor(message) { super(message); this.name = "LoaderRunnerError"; Error.captureStackTrace(this, this.constructor); } } module.exports = LoadingLoaderError;