#include <Exception.hpp>
|
template<typename... Args> |
| Exception (u16 line, std::string filename, Args... args) noexcept |
|
virtual const char * | what () const noexcept |
|
Definition at line 26 of file Exception.hpp.
§ Exception()
template<typename... Args>
gk::Exception::Exception |
( |
u16 |
line, |
|
|
std::string |
filename, |
|
|
Args... |
args |
|
) |
| |
|
inlinenoexcept |
§ what()
virtual const char* gk::Exception::what |
( |
| ) |
const |
|
inlinevirtualnoexcept |
§ m_errorMsg
std::string gk::Exception::m_errorMsg |
|
private |
The documentation for this class was generated from the following file: