viettel-s-invoice
Version:
Viettel S Invoice
12 lines (11 loc) • 366 B
JavaScript
;
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;