#include <exceptions.h>
|
const char * | what (void) const noexcept |
|
template<typename ... Args> |
| Exception (const char *fileName, int line, const char *functionName, Args ... args) |
|
◆ Exception()
template<typename ... Args>
Util::Exception::Exception |
( |
const char * |
fileName, |
|
|
int |
line, |
|
|
const char * |
functionName, |
|
|
Args ... |
args |
|
) |
| |
|
inline |
◆ what()
const char * Util::Exception::what |
( |
void |
| ) |
const |
|
inlinenoexcept |
◆ _message
std::string Util::Exception::_message |
|
private |
The documentation for this struct was generated from the following file: