UNPKG

@aeternity/aepp-calldata

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