#include <iostream>
#include <utl/AugerException.h>
Go to the source code of this file.
Functions | |
int | main () |
void | throwGeneric () |
int main | ( | void | ) |
Definition at line 18 of file testUncaughtException.cc.
References throwGeneric().
void throwGeneric | ( | ) |
Definition at line 11 of file testUncaughtException.cc.