mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
6 lines
162 B
Python
6 lines
162 B
Python
class ConfigException(Exception):
|
|
"""Configuration exception when an integration that is not available
|
|
is called in the `Config` object.
|
|
"""
|
|
pass
|