UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

6 lines (5 loc) 131 B
export class ThreeBoxError extends Error { constructor(public sourceError?: Error, message?: string) { super(message); } }