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

8 lines
134 B
TypeScript

export default class NotAllowedChangeSubscriptionPlan {
constructor() {
this.name = "NotAllowedChangeSubscriptionPlan";
}
}