Files
bigcapital/server/src/exceptions/NotAllowedChangeSubscriptionPlan.ts
Ahmed Bouhuolia ffb0499280 fix: mark payment license as used after usage.
fix: fix system models with createdAt and updatedAt fields.
fix: reset password token expiration time.
2020-09-07 17:14:14 +02:00

8 lines
149 B
TypeScript

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