MCPcopy
hub / github.com/autoNumeric/autoNumeric / throwError

Method throwError

src/AutoNumericHelper.js:757–759  ·  view source on GitHub ↗

* Function that throw error messages * * @param {string} message * @throws

(message)

Source from the content-addressed store, hash-verified

755 * @throws
756 */
757 static throwError(message) {
758 throw new Error(message);
759 }
760
761 /**
762 * Function that display a warning messages, according to the debug level.

Callers 15

isWheelUpEventMethod · 0.95
isWheelDownEventMethod · 0.95
roundToNearestMethod · 0.95
setInvalidStateMethod · 0.95
_setArgumentsValuesMethod · 0.80
_removeFormListenerMethod · 0.80
_getFormHandlerKeyMethod · 0.80
_parseStyleRulesMethod · 0.80
updateMethod · 0.80
setMethod · 0.80
setUnformattedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected