jonnxu commented on a change in pull request #65: Realization C asynSend
URL: https://github.com/apache/rocketmq-client-cpp/pull/65#discussion_r246975750
##########
File path: include/MQClientException.h
##########
@@ -60,6 +65,10 @@ class ROCKETMQCLIENT_API MQException : public
std::exception {
virtual const char* GetType() const throw() { return m_type.c_str(); }
+ int GetLine() const throw(){ return m_line;}
Review comment:
there will no exception for GetLine and GetFile, so need delete throw() for
them
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services