UNPKG

@aeternity/aepp-calldata

Version:
13 lines (12 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; class FormatError extends Error { constructor(message) { super(message); this.name = 'FormatError'; } } var _default = exports.default = FormatError;