7 lines
228 B
Python
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."""
|