1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/hlk_sw16/errors.py
T
2024-03-08 08:52:48 -05:00

12 lines
270 B
Python

"""Errors for the HLK-SW16 component."""
from homeassistant.exceptions import HomeAssistantError
class SW16Exception(HomeAssistantError):
"""Base class for HLK-SW16 exceptions."""
class CannotConnect(SW16Exception):
"""Unable to connect to the HLK-SW16."""