homeassistant/custom_components/hacs/hacsbase/exceptions.py

10 lines
176 B
Python
Raw Normal View History

"""Custom Exceptions."""
class HacsException(Exception):
"""Super basic."""
class HacsExpectedException(HacsException):
"""For stuff that are expected."""