Home Assistant Unofficial Reference
2024.12.1
exceptions.py
Go to the documentation of this file.
1
"""Exceptions for Google Tasks api calls."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
GoogleTasksApiError
(
HomeAssistantError
):
7
"""Error talking to the Google Tasks API."""
homeassistant.components.google_tasks.exceptions.GoogleTasksApiError
Definition:
exceptions.py:6
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
google_tasks
exceptions.py
Generated by
1.9.1