Skip to content

Commit

Permalink
Exception to Throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseongkim committed Sep 6, 2024
1 parent 0fc2a90 commit e070857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ open class AccessibilityImageFaceBlurringService(
blurredImageUrl = blurredImageUrl ?: imageUrl,
detectedPeopleCount = detectedPositions.size
)
} catch (e: Exception) {
} catch (e: Throwable) {
logger.error(e) { "Detecting and blurring faces in the image($imageUrl) failed." }
return BlurResult(
originalImageUrl = imageUrl,
Expand Down

0 comments on commit e070857

Please sign in to comment.