Changeset 8410
- Timestamp:
- May 6, 2011, 4:39:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/Exception.cc
r8351 r8410 105 105 return ex.what(); 106 106 } 107 catch (const char* ex) 108 { 109 return ex; 110 } 107 111 catch (...) 108 112 {
Note: See TracChangeset
for help on using the changeset viewer.