[#NonFatalCheckError] = NonFatalCheckError :mrdocs: Exception thrown by CHECK_NONFATAL() when its condition is false. == Synopsis Declared in `<util/check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class NonFatalCheckError : public std::runtime_error ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::runtime_error` | |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:NonFatalCheckError/2constructor.adoc[`NonFatalCheckError`] [.small]#[constructor]# | Construct the error from a failed assertion and its source location. | xref:NonFatalCheckError/operator_assign.adoc[`operator=`] | | xref:NonFatalCheckError/what.adoc[`what`] [.small]#[virtual]# | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#