mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-10 18:01:59 +00:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
|
|
|
|
export default class NotAllowedChangeSubscriptionPlan {
|
|
|
|
constructor() {
|
|
this.name = "NotAllowedChangeSubscriptionPlan";
|
|
}
|
|
} |