RMF
|
#include <RMF/exceptions.h>
Public Member Functions | |
Exception (const Exception &)=default | |
Exception & | operator= (const Exception &)=default |
const char * | what () const noexceptoverride |
The base class for RMF exceptions. Use the what() method to get back a string describing the exception.
Use get_message() to get a nice message describing the exception.
Definition at line 27 of file exceptions.h.