struct mrpt::ExceptionWithCallBackBase

#include <mrpt/core/exceptions.h>

struct ExceptionWithCallBackBase
{
    //
fields

    const std::string originalWhat;
    const TCallStackBackTrace callStack;

    // construction

    ExceptionWithCallBackBase(
        const std::string original_what,
        const TCallStackBackTrace call_stack
        );
};

// direct descendants

template <class BASE_EXCEPTION>
struct ExceptionWithCallBack;