This class represents a custom exception defined in Arion environment.
More...
#include <global_excepts.hpp>
|
| std::string | message |
| | The reason why this exception was triggered.
|
| |
This class represents a custom exception defined in Arion environment.
◆ ArionException()
| arion_exception::ArionException::ArionException |
( |
std::string |
msg | ) |
|
|
inline |
◆ what()
| const char * arion_exception::ArionException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Overridden from std::exception. Returns the reason why this exception was triggered.
- Returns
- The reason why this exception was triggered.
◆ message
| std::string arion_exception::ArionException::message |
|
private |
The reason why this exception was triggered.
The documentation for this class was generated from the following file: