mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
billing: Enforce license limit for plans on manual license management.
This commit is contained in:
@@ -203,6 +203,10 @@ class BillingError(Exception):
|
||||
self.message = message
|
||||
|
||||
|
||||
class LicenseLimitError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class StripeCardError(BillingError):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user