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

Contents of /smsdaemon/Exceptions.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show 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 #ifndef __EXCEPTIONS_H__
2 #define __EXCEPTIONS_H__
3
4 #include <stdexcept>
5
6
7 class filenotfoundexception : std::runtime_error
8 {
9 public:
10 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__

  ViewVC Help
Powered by ViewVC 1.1.20