Closed ricardogsilva closed 6 years ago
This PR is connected to #86
It adds a try..except block around the parsing of an order item's requested bbox parameter and raises a ValidationError if the value cannot be converted to a sequence of 4 floats.
try..except
bbox
ValidationError
This PR is connected to #86
It adds a
try..except
block around the parsing of an order item's requestedbbox
parameter and raises aValidationError
if the value cannot be converted to a sequence of 4 floats.