|
reSIProcate/DialogUsageManager
9694
|
#include <DumException.hxx>


Public Member Functions | |
| DumException (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Definition at line 9 of file DumException.hxx.
Definition at line 12 of file DumException.hxx.
: BaseException(msg, file, line) {}
| const char* resip::DumException::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 14 of file DumException.hxx.
{ return "DumException"; }
1.7.5.1