ha_gehome/ge_kitchen/exceptions.py

12 lines
269 B
Python
Raw Normal View History

2020-08-25 11:09:28 -06:00
"""Exceptions go here."""
from homeassistant import exceptions as ha_exc
class CannotConnect(ha_exc.HomeAssistantError):
"""Error to indicate we cannot connect."""
class AuthError(ha_exc.HomeAssistantError):
"""Error to indicate authentication failure."""