#include <arsexception.h>
Inheritance diagram for Ars::ExceptionFreeType:


Public Member Functions | |
| ExceptionFreeType (const std::string &sWhat) | |
| sWhat A string for more information on what caused the exception | |
Definition at line 37 of file arsexception.h.
|
|
sWhat A string for more information on what caused the exception
Definition at line 41 of file arsexception.h.
00041 : ExceptionBase(sWhat) { } |
1.3.3