[Groonga-commit] droonga/fluent-plugin-droonga at 89646f5 [master] Follow class name change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 19 16:46:27 JST 2014


Kouhei Sutou	2014-02-19 16:46:27 +0900 (Wed, 19 Feb 2014)

  New Revision: 89646f5f119c14c0db4c0ca839eb26b15ca5ef60
  https://github.com/droonga/fluent-plugin-droonga/commit/89646f5f119c14c0db4c0ca839eb26b15ca5ef60

  Message:
    Follow class name change

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2014-02-19 16:45:34 +0900 (552f100)
+++ lib/droonga/dispatcher.rb    2014-02-19 16:46:27 +0900 (0439a13)
@@ -96,7 +96,7 @@ module Droonga
         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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index