UNPKG

@safe-global/safe-react-hooks

Version:

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

9 lines 234 B
export class BaseError extends Error { constructor(name, message, cause) { super(message); this.name = name; this.message = message; this.cause = cause; } } //# sourceMappingURL=BaseError.js.map