UNPKG

@safe-global/safe-react-hooks

Version:

A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts

7 lines 303 B
import { BaseError } from './BaseError.js'; export class MissingSafeProviderError extends BaseError { constructor(message = 'No wrapping `SafeProvider` component found.', cause) { super('MissingSafeProviderError', message, cause); } } //# sourceMappingURL=MissingSafeProviderError.js.map