Sha256: 14b326da347a92a5dcccc1d09e931495f968acb94718c28da01b70fd6d45e022
Contents?: true
Size: 439 Bytes
Versions: 13
Compression:
Stored size: 439 Bytes
Contents
/* * DetectorException.h * * Created on: Aug 26, 2011 * Author: luiz */ #ifndef DETECTOREXCEPTION_H_ #define DETECTOREXCEPTION_H_ #include <zxing/Exception.h> namespace zxing { namespace datamatrix { class DetectorException : public Exception { public: DetectorException(const char *msg); virtual ~DetectorException() throw(); }; } /* namespace nexxera */ } /* namespace zxing */ #endif /* DETECTOREXCEPTION_H_ */
Version data entries
13 entries across 13 versions & 4 rubygems