4 lines
119 B
Python
4 lines
119 B
Python
|
|
class SSLConfigurationError(Exception):
|
||
|
|
"""Raised when SSL/TLS certificate bundle configuration fails."""
|
||
|
|
pass
|