![]() |
Project
|
#include <exceptions.h>
Inherits o2::rans::Exception.
Additional Inherited Members | |
![]() | |
Exception ()=default | |
Exception (const Exception &other)=default | |
Exception (Exception &&other)=default | |
Exception & | operator= (const Exception &other)=default |
Exception & | operator= (Exception &&other)=default |
~Exception () override=default | |
Exception (const std::string &msg) | |
Exception (const char *msg) | |
const char * | what () const noexcept override |
![]() | |
std::string | mMsg {} |
Definition at line 45 of file exceptions.h.