core/homeassistant/components/syncthru/exceptions.py

8 lines
197 B
Python
Raw Normal View History

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