glassechidna / zxing-cpp

ZXing C++ Library
Apache License 2.0
597 stars 435 forks source link

In qrcode, use the more specific NotFoundException. #79

Open kousu opened 5 years ago

kousu commented 5 years ago

NotFound is the typical case for a QR code reader. ReaderException covers a lot of other genuinely exceptional cases though. It is useful to distinguish them.