mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
rename helper methods
This commit is contained in:
@@ -95,7 +95,7 @@ impl LuminanceSource for Luma8LuminanceSource {
|
||||
}
|
||||
|
||||
fn rotateCounterClockwise45(&self) -> Result<Box<dyn LuminanceSource>, crate::Exceptions> {
|
||||
Err(crate::Exceptions::unsupportedOperation(
|
||||
Err(crate::Exceptions::unsupportedOperationWith(
|
||||
"This luminance source does not support rotation by 45 degrees.",
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user