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