mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
8 lines
197 B
Python
8 lines
197 B
Python
"""Samsung SyncThru exceptions."""
|
|
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class SyncThruNotSupported(HomeAssistantError):
|
|
"""Error to indicate SyncThru is not supported."""
|