Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

WriterException.h Example File

appdemos/qtws/QZXing/zxing/zxing/WriterException.h
 #ifndef WRITEREXCEPTION_H
 #define WRITEREXCEPTION_H

 #include <zxing/Exception.h>

 namespace zxing {

 class WriterException : public Exception {
  public:
   WriterException() throw() {}
   WriterException(char const* msg) throw() : Exception(msg) {}
   ~WriterException() throw() {}
 };

 }

 #endif // WRITEREXCEPTION_H
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded