init,llm gateway & import_analyse
This commit is contained in:
6
app/exceptions.py
Normal file
6
app/exceptions.py
Normal file
@ -0,0 +1,6 @@
|
||||
class ProviderConfigurationError(RuntimeError):
|
||||
"""Raised when a provider is missing required configuration."""
|
||||
|
||||
|
||||
class ProviderAPICallError(RuntimeError):
|
||||
"""Raised when the upstream provider responds with an error."""
|
||||
Reference in New Issue
Block a user