Files
2026-01-20 09:49:52 +08:00

7 lines
131 B
Python

class SOCKSError(Exception):
"""Generic exception for when something goes wrong"""
class ProtocolError(SOCKSError):
pass