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