[Groonga-commit] droonga/droonga-engine at 9cb998d [buffered-forward] Fix wrong base class

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 16 20:01:15 JST 2015


YUKI Hiroshi	2015-01-16 20:01:15 +0900 (Fri, 16 Jan 2015)

  New Revision: 9cb998d89e6399c182e1eccbf677dfde51d7a88f
  https://github.com/droonga/droonga-engine/commit/9cb998d89e6399c182e1eccbf677dfde51d7a88f

  Message:
    Fix wrong base class

  Modified files:
    lib/droonga/cluster.rb

  Modified: lib/droonga/cluster.rb (+1 -1)
===================================================================
--- lib/droonga/cluster.rb    2015-01-16 19:47:21 +0900 (3cf2d20)
+++ lib/droonga/cluster.rb    2015-01-16 20:01:15 +0900 (bfc7708)
@@ -23,7 +23,7 @@ module Droonga
   class Cluster
     include Loggable
 
-    class NoCatalogLoaded < Error
+    class NoCatalogLoaded < StandardError
     end
 
     attr_accessor :catalog
-------------- next part --------------
HTML����������������������������...
Télécharger 



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