[#NonFatalCheckError-2constructor] = xref:NonFatalCheckError.adoc[NonFatalCheckError]::NonFatalCheckError :relfileprefix: ../ :mrdocs: Construct the error from a failed assertion and its source location. == Synopsis Declared in `<util/check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- NonFatalCheckError( std::string_view msg, std::source_location const& loc); ---- == Parameters [cols="1,4"] |=== | Name| Description | *msg* | The failed assertion text. | *loc* | The source location of the failed check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#