viettel-s-invoice
Version:
Viettel S Invoice
12 lines (11 loc) • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ViettelSInvoiceGetInvoiceException extends Error {
constructor(message, originalError) {
super(message);
this.name = 'ViettelSInvoiceGetInvoiceException';
this.message = message;
this.originalError = originalError;
}
}
exports.default = ViettelSInvoiceGetInvoiceException;