[#BloombergLP-balst-StackTraceTestAllocator-failNoop] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceTestAllocator.adoc[StackTraceTestAllocator]::failNoop :relfileprefix: ../../../ :mrdocs: Do nothing when invoked as a failure handler. == Synopsis Declared in `<balst_stacktracetestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void failNoop(); ---- == Description `setFailureHandler` may be called with this function, in which case this allocator object, when a failure occurs, will recover rather than abort. Note that in ALL failure situations, errors or warnings will be written to the `ostream` associated with this object prior to the failure handler call. [.small]#Created with https://www.mrdocs.com[MrDocs]#