NonFatalCheckError::NonFatalCheckError

Construct the error from a failed assertion and its source location.

Synopsis

Declared in <util/check.h>

NonFatalCheckError(
    std::string_view msg,
    std::source_location const& loc);

Parameters

NameDescription
msgThe failed assertion text.
locThe source location of the failed check.