Files
home-assistant-core/homeassistant/components/volvooncall/errors.py
T

8 lines
191 B
Python

"""Exceptions specific to volvooncall."""
from homeassistant.exceptions import HomeAssistantError
class InvalidAuth(HomeAssistantError):
"""Error to indicate there is invalid auth."""