Changeset 251 in Sophya for trunk/SophyaLib/BaseTools/pexceptions.h
- Timestamp:
- Apr 23, 1999, 11:01:39 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/pexceptions.h
r242 r251 15 15 public: 16 16 explicit PThrowable(const string& m) : msg(m) {} 17 virtual ~PThrowable() { } 17 18 virtual string const& Msg() const {return msg;} 18 19 private:
Note:
See TracChangeset
for help on using the changeset viewer.