- Timestamp:
- 02/02/2012 22:16:24 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/server/makeprotocol.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/makeprotocol.pl.in
r2990 r3078 584 584 { 585 585 SetLastError(type, subType); 586 BOX_WARNING(requestCommand << " command failed: " 586 THROW_EXCEPTION_MESSAGE(ConnectionException, 587 Conn_Protocol_UnexpectedReply, 588 requestCommand << " command failed: " 587 589 "received error " << 588 590 (($error_class&)rReply).GetMessage()); … … 591 593 { 592 594 SetLastError(Protocol::UnknownError, Protocol::UnknownError); 593 BOX_WARNING(requestCommand << " command failed: " 595 THROW_EXCEPTION_MESSAGE(ConnectionException, 596 Conn_Protocol_UnexpectedReply, 597 requestCommand << " command failed: " 594 598 "received unexpected response type " << 595 599 rReply.GetType()); 596 600 } 597 598 // Throw an exception599 THROW_EXCEPTION(ConnectionException, Conn_Protocol_UnexpectedReply)600 601 } 601 602 }
Note: See TracChangeset
for help on using the changeset viewer.
