Changeset 1186 for trunk/yat/utility
- Timestamp:
- Feb 28, 2008, 10:00:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Exception.h
r1178 r1186 41 41 { 42 42 public: 43 /** 44 \brief Constructor 45 46 \param message message to be displayed using function what(). 47 */ 43 48 inline cmd_error(std::string message) 44 49 : std::runtime_error(message) {}
Note: See TracChangeset
for help on using the changeset viewer.