19#ifndef included_Retro_Rexception
20#define included_Retro_Rexception 1
34 const std::string& text);
36 const std::string& text,
int errnum);
38 const std::string& text,
const RerrMsg& errmsg);
41 virtual const char*
what()
const noexcept;
Rexception()
Default constructor.
RerrMsg fErrmsg
message object
virtual const char * what() const noexcept
FIXME_docs.
const RerrMsg & ErrMsg() const
FIXME_docs.
std::string fErrtxt
message text (for what())
Declaration of class ReventLoop.