6 lines
82 B
Python
Executable File

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