#include "SdlArs.h"#include <string.h>#include "include.h"#include "myexcept.h"Include dependency graph for myexcept.cpp:

Go to the source code of this file.
Functions | |
| void | Terminate () |
|
|
Definition at line 220 of file myexcept.cpp. References Exception::what().
00221 {
00222 // cout << "\n\nThere has been an exception with no handler - exiting";
00223 const char* what = Exception::what();
00224 // if (what) cout << what << "\n";
00225 exit(1);
00226 }
|
1.3.3