mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-06-13 03:24:40 +00:00
6 lines
82 B
Python
Executable File
6 lines
82 B
Python
Executable File
"""Custom Exceptions."""
|
|
|
|
|
|
class HacsException(Exception):
|
|
"""Super basic."""
|