mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
7 lines
180 B
Python
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 |