Exception.h
Go to the documentation of this file.
00001 
00038 #ifndef CPR_EXCEPTION_H
00039 #define CPR_EXCEPTION_H
00040 
00041 #include <iostream>
00042 
00043 namespace sawyer
00044 {
00045 
00046   class Exception
00047   {
00048   public:
00049     const char *message;
00050 
00051   protected:
00052     Exception(const char *msg = "none") : message(msg)
00053     {
00054     }
00055   };
00056 
00057 }; // namespace sawyer
00058 
00059 #endif // CPR_EXCEPTION_H


roch_base
Author(s): Mike Purvis , Paul Bovbel , Carl
autogenerated on Sat Jun 8 2019 20:32:33