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


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