MCPcopy Create free account
hub / github.com/dfinity/orbit /

Class

apps/wallet/src/core/errors.core.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class UnregisteredUserError extends Error {
2 constructor(message?: string) {
3 super(message);
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected