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