core/homeassistant/components/websocket_api/error.py

7 lines
174 B
Python
Raw Normal View History

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