]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/map_controller.rb
Merge branch 'master' into patch/view_migration
[rails.git] / app / controllers / api / map_controller.rb
index 4790e2f60992bb08a9b3261c8c8ef66a0abbf7ff..e8a27042d0f0e0a88fa46875d53bfc1c48dbe01d 100644 (file)
@@ -22,8 +22,8 @@ module Api
         @bounds = BoundingBox.from_bbox_params(params)
         @bounds.check_boundaries
         @bounds.check_size
-      rescue StandardError => err
-        report_error(err.message)
+      rescue StandardError => e
+        report_error(e.message)
         return
       end