mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
8 lines
175 B
Python
8 lines
175 B
Python
"""WebSocket API related errors."""
|
|
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class Disconnect(HomeAssistantError):
|
|
"""Disconnect the current session."""
|