mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00:00
8 lines
191 B
Python
8 lines
191 B
Python
"""Exceptions specific to volvooncall."""
|
|
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class InvalidAuth(HomeAssistantError):
|
|
"""Error to indicate there is invalid auth."""
|