core/homeassistant/components/volvooncall/errors.py

7 lines
190 B
Python

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