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

Annotation of /smsdaemon/Exceptions.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132 - (hide annotations) (download)
Sun Dec 7 00:59:05 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 133 byte(s)
Added spooling (queing) function, with a standalone application(smsqueue) to put new messages 
into the spool dir.

1 torben 132 #include <stdexcept>
2    
3    
4     class filenotfoundexception : std::runtime_error
5     {
6     public:
7     filenotfoundexception() : runtime_error("") {}
8     };

  ViewVC Help
Powered by ViewVC 1.1.20