UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

12 lines (11 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ApiError extends Error { constructor(message, status) { super(message); this.message = message; this.status = status; this.isApiError = true; } } exports.default = ApiError;