NonFatalCheckError

Exception thrown by CHECK_NONFATAL() when its condition is false.

Synopsis

Declared in <util/check.h>

class NonFatalCheckError
    : public std::runtime_error

Base Classes

NameDescription
std::runtime_error

Member Functions

NameDescription
NonFatalCheckError [constructor]Construct the error from a failed assertion and its source location.
operator=
what [virtual]