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


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