Navigation Menu

Skip to content

Commit

Permalink
Follow class name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2014
1 parent 2a55425 commit 89646f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -96,7 +96,7 @@ def process_message(message)
begin
assert_valid_message(message)
process_input_message(message)
rescue ErrorMessages::Error => error
rescue ErrorMessage => error
reply("statusCode" => error.status_code,
"body" => error.response_body)
rescue StandardError, LoadError, SyntaxError => error
Expand Down

0 comments on commit 89646f5

Please sign in to comment.