opentelemetry-python-contrib/reference/ddtrace/settings/exceptions.py

6 lines
162 B
Python

class ConfigException(Exception):
"""Configuration exception when an integration that is not available
is called in the `Config` object.
"""
pass