ai-station/.venv/lib/python3.12/site-packages/socksio/exceptions.py

7 lines
131 B
Python
Raw Permalink Normal View History

2025-12-25 14:54:33 +00:00
class SOCKSError(Exception):
"""Generic exception for when something goes wrong"""
class ProtocolError(SOCKSError):
pass