#include <InitError.h>
InitError is a custom exception that includes SDL_GetError() message.
Default constructor of exception with SDL_GetError() message.
| InitError::InitError |
( |
const std::string & |
m | ) |
|
Default constructor of exception with custom message.
- Parameters
-
| InitError::~InitError |
( |
| ) |
|
|
virtualnoexcept |
| const char * InitError::what |
( |
| ) |
const |
|
virtualnoexcept |
Overload of virtual function that gets string identifying exception. return char const*
The documentation for this class was generated from the following files:
- C:/Users/Michał/Desktop/forest_mldp/Projekt/trunk/InitError.h
- C:/Users/Michał/Desktop/forest_mldp/Projekt/trunk/InitError.cpp