Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fmtDateTime
Function · 0.85
fmtDateTimeOffset
Function · 0.85
fmtTime
Function · 0.85
fmtGuid
Function · 0.85
Calls
1
__formatString
Function · 0.85
Tested by
no test coverage detected