We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73b795 commit c440e9fCopy full SHA for c440e9f
rcljava_common/include/rcljava_common/exceptions.hpp
@@ -36,7 +36,7 @@
36
* \param env a JNIEnv pointer, used to check for exceptions.
37
*/
38
#define RCLJAVA_COMMON_CHECK_FOR_EXCEPTION(env) \
39
- RCLJAVA_COMMON_CHECK_FOR_EXCEPTION_WITH_STATEMENT(env, return )
+ RCLJAVA_COMMON_CHECK_FOR_EXCEPTION_WITH_ERROR_STATEMENT(env, return )
40
41
/// Call \ref rcljava_throw_rclexception if \a ret is not RCL_RET_OK,
42
/// and execute \a error_statement in that case.
0 commit comments