/[projects]/smsdaemon/Exceptions.h
ViewVC logotype

Diff of /smsdaemon/Exceptions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 148 by torben, Sun Dec 7 20:18:20 2008 UTC revision 178 by torben, Fri Dec 12 12:13:05 2008 UTC
# Line 11  public: Line 11  public:
11  };  };
12    
13    
14    class smsnotfoundexception : std::runtime_error
15    {
16    public:
17            smsnotfoundexception() : runtime_error("") {}
18    };
19    
20    
21  #endif //__EXCEPTIONS_H__  #endif //__EXCEPTIONS_H__

Legend:
Removed from v.148  
changed lines
  Added in v.178

  ViewVC Help
Powered by ViewVC 1.1.20