mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 01:31:10 +00:00
Added new unused "data too long" exception/error class to Java, C++, Python, Rust code.
This commit is contained in:
@@ -617,4 +617,8 @@ uint8_t QrCode::ReedSolomonGenerator::multiply(uint8_t x, uint8_t y) {
|
||||
return static_cast<uint8_t>(z);
|
||||
}
|
||||
|
||||
|
||||
data_too_long::data_too_long(const std::string &msg) :
|
||||
std::length_error(msg) {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user