core/homeassistant/components/epson/exceptions.py

7 lines
177 B
Python

"""The errors of Epson integration."""
from homeassistant import exceptions
class CannotConnect(exceptions.HomeAssistantError):
"""Error to indicate we cannot connect."""