mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-09 11:25:04 +08:00
4 lines
119 B
Python
4 lines
119 B
Python
|
|
class SSLConfigurationError(Exception):
|
||
|
|
"""Raised when SSL/TLS certificate bundle configuration fails."""
|
||
|
|
pass
|