MCPcopy Create free account
hub / github.com/tensorflow/tfjs / constructor

Method constructor

tfjs-layers/src/errors.ts:80–84  ·  view source on GitHub ↗
(message?: string)

Source from the content-addressed store, hash-verified

78 */
79export class IndexError extends Error {
80 constructor(message?: string) {
81 super(message);
82 // Set the prototype explicitly.
83 Object.setPrototypeOf(this, IndexError.prototype);
84 }
85}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected