MCPcopy Create free account
hub / github.com/codesandbox/excalidraw-firebase / constructor

Method constructor

.pnp.cjs:11235–11241  ·  view source on GitHub ↗
(msg, code)

Source from the content-addressed store, hash-verified

11233
11234class ArgError extends Error {
11235 constructor(msg, code) {
11236 super(msg);
11237 this.name = 'ArgError';
11238 this.code = code;
11239
11240 Object.setPrototypeOf(this, ArgError.prototype);
11241 }
11242}
11243
11244function arg(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected