Changeset 3071 in Sophya for trunk/SophyaProg
- Timestamp:
- Sep 10, 2006, 11:46:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/runcxx.cc
r2617 r3071 211 211 cerr << " Catched Exception " << (string)typeid(exc).name() 212 212 << " - Msg= " << exc.Msg() << endl; 213 } 214 catch (std::exception & sex) { 215 cerr << " Catched std::exception " << (string)typeid(sex).name() 216 << " - Msg= " << sex.what() << endl; 213 217 } 214 218 catch (...) {
Note:
See TracChangeset
for help on using the changeset viewer.