Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/
Class
apps/wallet/src/core/errors.core.ts:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
export
class
DisabledBackgroundPollingError extends Error {
18
constructor(message?: string) {
19
super(message);
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected