except (ValueError, Exception) was redundant since ValueError already inherits from Exception. Simplified all 3 occurrences in the bbox resolution error handlers.
Description
Languages
Python
100%