[Groonga-commit] droonga/droonga-engine at 561ab4c [master] 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: 561ab4ca49f1b8d3f6478a8ba4e37e92d3fd5e9d
  https://github.com/droonga/droonga-engine/commit/561ab4ca49f1b8d3f6478a8ba4e37e92d3fd5e9d

  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����������������������������...
下载 



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