MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / throwError

Function throwError

CustomerManager/Scripts/breeze.debug.js:5588–5591  ·  view source on GitHub ↗
(msg, val)

Source from the content-addressed store, hash-verified

5586 };
5587
5588 function throwError(msg, val) {
5589 msg = __formatString(msg, val);
5590 throw new Error(msg);
5591 }
5592
5593 var DataType = new Enum("DataType", dataTypeMethods);
5594

Callers 4

fmtDateTimeFunction · 0.85
fmtDateTimeOffsetFunction · 0.85
fmtTimeFunction · 0.85
fmtGuidFunction · 0.85

Calls 1

__formatStringFunction · 0.85

Tested by

no test coverage detected