emma-hermes/agent/errors.py

4 lines
119 B
Python

class SSLConfigurationError(Exception):
"""Raised when SSL/TLS certificate bundle configuration fails."""
pass