Source code for circuit.handshake.exceptions

# Copyright 2014, 2015, Nik Kinkel
# See LICENSE for licensing information


[docs]class BadHandshakeState(Exception): pass
[docs]class HandshakeFailed(Exception): pass
[docs]class ReceivedDestroyCell(Exception): pass
[docs]class UnexpectedCell(Exception): pass