MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / ErrorObject

Function ErrorObject

libraries/p5.js:411–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411function ErrorObject() {
412 this.error = null;
413}
414
415var TRY_CATCH_ERROR = new ErrorObject();
416

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected