1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-20 13:59:15 +00:00
Allen Porter cec617cfbb
Add support for deleting To-do items in Google Tasks ()
* Add support for deleting To-do items in Google Tasks

* Cleanup multipart test

* Fix comments

* Add additional error checking to increase coverage

* Apply suggestions and fix tests
2023-11-08 18:13:48 +01:00

8 lines
200 B
Python

"""Exceptions for Google Tasks api calls."""
from homeassistant.exceptions import HomeAssistantError
class GoogleTasksApiError(HomeAssistantError):
"""Error talking to the Google Tasks API."""