homeassistant/custom_components/hacs/helpers/classes/exceptions.py

10 lines
167 B
Python

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