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