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