Skip to content

Commit

Permalink
Adjust error message in cropSize
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Feb 20, 2024
1 parent 444acf4 commit a1e23dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_image_cropper/lib/src/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final class CropController {

throw const NativeImageCropperException(
'NullPointerException',
'Bytes, crop rect, image rect or image size are not initialized!',
'Crop rect, image rect or image size are not initialized!',
);
}

Expand Down

0 comments on commit a1e23dd

Please sign in to comment.