Changeset 5747 for code/trunk/src/libraries/tools
- Timestamp:
- Sep 19, 2009, 11:17:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/ResourceLocation.cc
r5738 r5747 97 97 this->getPath(), this->getResourceGroup()); 98 98 } 99 catch ( const std::exception& ex)99 catch (...) 100 100 { 101 COUT(1) << "Removing of a ResourceLocation failed: " << ex.what() << std::endl;101 COUT(1) << "Removing of a ResourceLocation failed: " << Exception::handleMessage() << std::endl; 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.