[#SCOPE_FAIL] = SCOPE_FAIL :mrdocs: Capture code to run if the scope exits with an exception. == Synopsis Declared in `<folly/ScopeGuard.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define SCOPE_FAIL ---- == Description Like SCOPE_EXIT, but only executes the code if the scope exited due to an exception. [.small]#Created with https://www.mrdocs.com[MrDocs]#