Files
data-ge/app/exceptions.py
2025-10-29 00:38:57 +08:00

7 lines
228 B
Python

class ProviderConfigurationError(RuntimeError):
"""Raised when a provider is missing required configuration."""
class ProviderAPICallError(RuntimeError):
"""Raised when the upstream provider responds with an error."""