mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 23:52:02 +00:00
7 lines
174 B
Python
7 lines
174 B
Python
"""WebSocket API related errors."""
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class Disconnect(HomeAssistantError):
|
|
"""Disconnect the current session."""
|