Skip to content

macro KFR_THROW_EXCEPTION

KFR_THROW_EXCEPTION(kind, ...)                                                                       \
    do                                                                                                       \
    {                                                                                                        \
throw ::kfr::KFR_CONCAT(kind, _error)(kfr::as_string(VA_ARGS));                                  \
    } while (0)

Defined at except.hpp:54