mirror of
https://github.com/home-assistant/core.git
synced 2025-05-22 23:07:06 +00: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."""
|