UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

7 lines (6 loc) 170 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Exception = void 0; class Exception extends Error { } exports.Exception = Exception;