UNPKG

@hypernetlabs/objects

Version:
16 lines 644 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.GatewayValidationError = void 0; const errorCodes_1 = __importDefault(require("../errors/errorCodes")); class GatewayValidationError extends Error { constructor(message, src) { super(message); this.src = src; this.errorCode = errorCodes_1.default[GatewayValidationError.name]; } } exports.GatewayValidationError = GatewayValidationError; //# sourceMappingURL=GatewayValidationError.js.map