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

Diff of /smsdaemon/Exceptions.h

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

revision 132 by torben, Sun Dec 7 00:59:05 2008 UTC revision 178 by torben, Fri Dec 12 12:13:05 2008 UTC
# Line 1  Line 1 
1    #ifndef __EXCEPTIONS_H__
2    #define __EXCEPTIONS_H__
3    
4  #include <stdexcept>  #include <stdexcept>
5    
6    
# Line 6  class filenotfoundexception : std::runti Line 9  class filenotfoundexception : std::runti
9  public:  public:
10          filenotfoundexception() : runtime_error("") {}          filenotfoundexception() : runtime_error("") {}
11  };  };
12    
13    
14    class smsnotfoundexception : std::runtime_error
15    {
16    public:
17            smsnotfoundexception() : runtime_error("") {}
18    };
19    
20    
21    #endif //__EXCEPTIONS_H__

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

  ViewVC Help
Powered by ViewVC 1.1.20