MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / urlError

Function urlError

public/localscripts/calculationQuestion/backbone.js:1558–1560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1556
1557 // Throw an error when a URL is needed, and none is supplied.
1558 var urlError = function() {
1559 throw new Error('A "url" property or function must be specified');
1560 };
1561
1562 // Wrap an optional error callback with a fallback error event.
1563 var wrapError = function (model, options) {

Callers 1

backbone.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected