Exception.h
Go to the documentation of this file.
00001 
00047 #ifndef CPR_EXCEPTION_H
00048 #define CPR_EXCEPTION_H
00049 
00050 #include <iostream>
00051 
00052 namespace clearpath
00053 {
00054 
00055   class Exception
00056   {
00057   public:
00058     const char *message;
00059 
00060   protected:
00061     Exception(const char *msg = "none") : message(msg)
00062     {
00063     }
00064   };
00065 
00066 }; // namespace clearpath
00067 
00068 #endif // CPR_EXCEPTION_H


husky_base
Author(s): Mike Purvis , Paul Bovbel
autogenerated on Sat Jun 8 2019 18:26:01