modified std::exception class
The only difference is that you define message by yourself when create an object
More...
#include <exceptions.hpp>
|
std::string | msg = "!Error occurred! No info provided!\n" |
|
modified std::exception class
The only difference is that you define message by yourself when create an object
◆ Message() [1/3]
adul::exceptions::Message::Message |
( |
| ) |
|
|
default |
◆ Message() [2/3]
adul::exceptions::Message::Message |
( |
const std::string & | | ) |
|
◆ Message() [3/3]
adul::exceptions::Message::Message |
( |
const char * | | ) |
|
◆ what()
virtual const char * adul::exceptions::Message::what |
( |
| ) |
const |
|
overridevirtualnoexcept |
◆ msg
std::string adul::exceptions::Message::msg = "!Error occurred! No info provided!\n" |
|
protected |
The documentation for this class was generated from the following file: