Changeset 116 in pacpusframework for trunk/src/FileLib/src
- Timestamp:
- Jun 25, 2013, 1:44:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/FileLib/src/DbiteException.cpp
r91 r116 11 11 12 12 DbiteException::DbiteException(const std::string& what) 13 : mWhat(what)13 : PacpusException(what) 14 14 { 15 15 } … … 18 18 { 19 19 } 20 21 const char* DbiteException::what() const throw()22 {23 return mWhat.c_str();24 }
Note:
See TracChangeset
for help on using the changeset viewer.