Navigation Menu

Skip to content

Commit

Permalink
Don't propagate handled error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 25, 2014
1 parent 72d0fb0 commit a9de7ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -89,7 +89,6 @@ def process_message(message)
formatted_error = ErrorMessages::InternalServerError.new("Unknown internal error")
reply("statusCode" => formatted_error.status_code,
"body" => formatted_error.response_body)
raise error
end
end
end
Expand Down

0 comments on commit a9de7ae

Please sign in to comment.