Definition at line 9 of file SDLException.h.
Public Member Functions | |
SDLException (const ExInfo &problem) | |
Add SDL_GetError to info. |
|
Add SDL_GetError to info.
Definition at line 18 of file SDLException.cpp. 00019 : BaseException(ExInfo(problem).addInfo("SDL", SDL_GetError())) 00020 { 00021 /* empty */ 00022 }
|