Files
bitfinex-api-py/bfxapi/websocket/errors.py

7 lines
180 B
Python

class ConnectionNotOpen(Exception):
"""
This error indicates an attempt to communicate via websocket before starting the connection with the servers.
"""
pass