Home-AssistantConfig/config/custom_components/hacs/hacsbase/exceptions.py

6 lines
82 B
Python
Executable File

"""Custom Exceptions."""
class HacsException(Exception):
"""Super basic."""