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