[Groonga-commit] droonga/droonga-engine at 95f510f [master] Fix mismatched error class name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 21 13:45:45 JST 2014


YUKI Hiroshi	2014-11-21 13:45:45 +0900 (Fri, 21 Nov 2014)

  New Revision: 95f510f01e535c411ee025ae526fd6ef98939e17
  https://github.com/droonga/droonga-engine/commit/95f510f01e535c411ee025ae526fd6ef98939e17

  Message:
    Fix mismatched error class name

  Modified files:
    lib/droonga/buffered_tcp_socket.rb

  Modified: lib/droonga/buffered_tcp_socket.rb (+1 -1)
===================================================================
--- lib/droonga/buffered_tcp_socket.rb    2014-11-21 13:18:47 +0900 (0d03831)
+++ lib/droonga/buffered_tcp_socket.rb    2014-11-21 13:45:45 +0900 (95f95dd)
@@ -124,7 +124,7 @@ module Droonga
             if value_object_id
               begin
                 ObjectSpace._id2ref(value_object_id)
-              rescue RangeObject
+              rescue RangeError
                 nil
               end
             else
-------------- next part --------------
HTML����������������������������...
Download 



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