We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b69e0 commit b3229ecCopy full SHA for b3229ec
1 file changed
peps/pep-0748.rst
@@ -1073,7 +1073,9 @@ The definitions of the errors are below:
1073
1074
class ConfigurationError(TLSError):
1075
"""A special exception that implementations can use when the provided
1076
- configuration uses features not supported by that implementation."""
+ configuration uses features not supported by that implementation. Do not
1077
+ use this exception when the provided configuration is invalid, use
1078
+ standard exceptions instead."""
1079
1080
1081
Certificates
0 commit comments