--- smsdaemon/Exceptions.h 2008/12/07 20:18:20 148 +++ smsdaemon/Exceptions.h 2008/12/12 12:13:05 178 @@ -11,4 +11,11 @@ }; +class smsnotfoundexception : std::runtime_error +{ +public: + smsnotfoundexception() : runtime_error("") {} +}; + + #endif //__EXCEPTIONS_H__