MCPcopy
hub / github.com/Unitech/pm2 / Error

Interface Error

examples/using-pm2-and-transpilers/node.d.ts:12–14  ·  view source on GitHub ↗

* * * Node.js v6.x API * * *

Source from the content-addressed store, hash-verified

10************************************************/
11
12interface Error {
13 stack?: string;
14}
15
16interface ErrorConstructor {
17 captureStackTrace(targetObject: Object, constructorOpt?: Function): void;

Callers

nothing calls this directly

Implementers 1

AssertionErrorexamples/using-pm2-and-transpilers/nod

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…