Files
bigcapital/packages/server/src/exceptions/PaymentInputInvalid.ts
2023-02-03 11:57:50 +02:00

5 lines
65 B
TypeScript

export default class PaymentInputInvalid {
constructor() {}
}