MCPcopy Create free account
hub / github.com/asg017/observable-prerender / constructor

Method constructor

src/index.js:18–27  ·  view source on GitHub ↗
(message, data, ...params)

Source from the content-addressed store, hash-verified

16
17class ObservablePrerenderError extends Error {
18 constructor(message, data, ...params) {
19 super(...params);
20
21 if (Error.captureStackTrace) {
22 Error.captureStackTrace(this, ObservablePrerenderError);
23 }
24
25 this.message = message;
26 this.data = data;
27 }
28}
29
30class Notebook {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected