core/homeassistant/components/volvooncall/errors.py

8 lines
191 B
Python

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