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

Annotation of /smsdaemon/Exceptions.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (hide annotations) (download)
Fri Dec 12 12:13:05 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 322 byte(s)
Completed modemtransceivers multipart concatenate function

1 torben 148 #ifndef __EXCEPTIONS_H__
2     #define __EXCEPTIONS_H__
3    
4 torben 132 #include <stdexcept>
5    
6    
7     class filenotfoundexception : std::runtime_error
8     {
9     public:
10     filenotfoundexception() : runtime_error("") {}
11     };
12 torben 148
13    
14 torben 178 class smsnotfoundexception : std::runtime_error
15     {
16     public:
17     smsnotfoundexception() : runtime_error("") {}
18     };
19    
20    
21 torben 148 #endif //__EXCEPTIONS_H__

  ViewVC Help
Powered by ViewVC 1.1.20