mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
zxing 0ea0ecddc534a54be5d6f0b9ef0448a1aba1a505
This commit is contained in:
@@ -639,7 +639,7 @@ fn encodeMinimally(input: Rc<Input>) -> Result<RXingResult, Exceptions> {
|
||||
}
|
||||
|
||||
if minimalJ < 0 {
|
||||
return Err(Exceptions::RuntimeException(Some(format!(
|
||||
return Err(Exceptions::IllegalStateException(Some(format!(
|
||||
"Internal error: failed to encode \"{}\"",
|
||||
input
|
||||
))));
|
||||
|
||||
Reference in New Issue
Block a user