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