[#BloombergLP-bsls-ReviewFailureHandlerGuard-2constructor-01b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/ReviewFailureHandlerGuard.adoc[ReviewFailureHandlerGuard]::ReviewFailureHandlerGuard :relfileprefix: ../../../ :mrdocs: Create a guard object for a temporary review failure handler. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ReviewFailureHandlerGuard(xref:BloombergLP/bsls/Review/ViolationHandler-06.adoc[Review::ViolationHandler] temporary); ---- == Description Install the specified `temporary` review failure handler and automatically restore the original handler on destruction. == Parameters [cols="1,4"] |=== | Name| Description | *temporary* | the review failure handler to install |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#