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 302 B
import { BaseError } from './BaseError.js'; export class InitializeSafeProviderError extends BaseError { constructor(message = 'Failed to intialize SafeProvider.', cause) { super('InitializeSafeProviderError', message, cause); } } //# sourceMappingURL=InitializeSafeProviderError.js.map