Loading kilter/protocol/exceptions.py +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,11 @@ Exceptions raised by the package """ __all__ = [ "InsufficientSpace", "NeedsMore", "UnexpectedMessage", "InvalidMessage", "UnimplementedWarning", ] class InsufficientSpace(Exception): """ Loading Loading
kilter/protocol/exceptions.py +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,11 @@ Exceptions raised by the package """ __all__ = [ "InsufficientSpace", "NeedsMore", "UnexpectedMessage", "InvalidMessage", "UnimplementedWarning", ] class InsufficientSpace(Exception): """ Loading