mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
9 lines
247 B
Python
9 lines
247 B
Python
class SSLConfigurationError(Exception):
|
|
"""Raised when SSL/TLS certificate bundle configuration fails."""
|
|
pass
|
|
|
|
|
|
class EmptyStreamError(RuntimeError):
|
|
"""Raised when a provider closes a stream without yielding a response."""
|
|
|
|
pass
|