Files
homeassistant-core/homeassistant/components/websocket_api/error.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
175 B
Python
Raw Normal View History

2018-10-01 16:09:31 +02:00
"""WebSocket API related errors."""
2018-10-01 16:09:31 +02:00
from homeassistant.exceptions import HomeAssistantError
class Disconnect(HomeAssistantError):
"""Disconnect the current session."""