UNPKG

@aeternity/aepp-calldata

Version:
9 lines (7 loc) 154 B
class FormatError extends Error { constructor(message) { super(message) this.name = 'FormatError' } } export default FormatError