1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-02 13:17:53 +00:00

8 lines
175 B
Python

"""WebSocket API related errors."""
from homeassistant.exceptions import HomeAssistantError
class Disconnect(HomeAssistantError):
"""Disconnect the current session."""