mirror of
https://github.com/langgenius/dify.git
synced 2026-08-24 12:32:54 -04:00
ed45016475
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
11 lines
172 B
Python
11 lines
172 B
Python
class BillingError(Exception):
|
|
pass
|
|
|
|
|
|
class BillingUpstreamInvalidResponseError(BillingError):
|
|
pass
|
|
|
|
|
|
class BillingUpstreamUnavailableError(BillingError):
|
|
pass
|