5 lines
99 B
5 lines
99 B
4 years ago
|
class HandshakeResponseMessage(object):
|
||
|
|
||
|
def __init__(self, error):
|
||
|
self.error = error
|