UNPKG

viettel-s-invoice

Version:
12 lines (11 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ViettelSInvoiceException extends Error { constructor(message, originalError) { super(message); this.name = 'ViettelSInvoiceException'; this.message = message; this.originalError = originalError; } } exports.default = ViettelSInvoiceException;