Files
bigcapital/packages/server/src/exceptions/PaymentInputInvalid.ts
2023-02-07 20:25:22 +02:00

4 lines
64 B
TypeScript

export default class PaymentInputInvalid {
constructor() {}
}