exception documentation
class UnexpectedCommandError(GitProtocolError):
Constructor: UnexpectedCommandError(command)
Unexpected command received in a proto line.
| Method | __init__ |
Initialize an UnexpectedCommandError. |
Inherited from GitProtocolError:
| Method | __eq__ |
Check equality between GitProtocolError instances. |