Files
2020-04-08 10:39:44 -07:00

6 lines
162 B
Python

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