mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 05:06:14 +01:00
7 lines
177 B
Python
7 lines
177 B
Python
"""The errors of Epson integration."""
|
|
from homeassistant import exceptions
|
|
|
|
|
|
class CannotConnect(exceptions.HomeAssistantError):
|
|
"""Error to indicate we cannot connect."""
|