Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kEndCatch (   STATUS)    kEndCatch_(STATUS)

Closes a kCatch block.

If the STATUS argument is not kOK, the current function returns STATUS.

This macro is guaranteed to evaluate its arguments only once.

Parameters
STATUSResult of the kCatch block.
See also
Error Handling