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

8 lines
83 B
TypeScript

export default class NoPaymentModelWithPricedPlan {
constructor() {
}
}