src/core/fatal-error.h
changeset 3182 61fe7fe81ebd
parent 2834 1aab57845b07
child 3492 7e1c5827504f
equal deleted inserted replaced
3181:26e7f865c548 3182:61fe7fe81ebd
    22 
    22 
    23 #include "breakpoint.h"
    23 #include "breakpoint.h"
    24 #include <iostream>
    24 #include <iostream>
    25 
    25 
    26 /**
    26 /**
    27  * \ingroup core
    27  * \ingroup debugging
    28  * \defgroup error Error
       
    29  * \brief fatal error handling
    28  * \brief fatal error handling
    30  *
    29  *
    31  * \param msg message to output when this macro is hit.
    30  * \param msg message to output when this macro is hit.
    32  *
    31  *
    33  * When this macro is hit at runtime, the user-specified 
    32  * When this macro is hit at runtime, the user-specified