/[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 148 by torben, Sun Dec 7 20:18:20 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    #endif //__EXCEPTIONS_H__

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

  ViewVC Help
Powered by ViewVC 1.1.20