6 lines
82 B
Python
Raw Normal View History

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