hass-core/homeassistant/components/syncthru/exceptions.py
Ville Skyttä a077c280c8
Convert syncthru to config flow and native SSDP discovery (#36690)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-07-08 16:38:16 -07:00

7 lines
197 B
Python

"""Samsung SyncThru exceptions."""
from homeassistant.exceptions import HomeAssistantError
class SyncThruNotSupported(HomeAssistantError):
"""Error to indicate SyncThru is not supported."""