[Groonga-commit] droonga/fluent-plugin-droonga at ee2bb79 [master] HandlerError must be a sub class of StandardError

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 11:50:34 JST 2013


YUKI Hiroshi	2013-12-26 11:50:34 +0900 (Thu, 26 Dec 2013)

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

  Merged d5217b2: Merge branch 'master' of 192.168.1.21:~piro/groonga/fluent-plugin-droonga into HEAD

  Message:
    HandlerError must be a sub class of StandardError

  Modified files:
    lib/droonga/handler_error.rb

  Modified: lib/droonga/handler_error.rb (+1 -1)
===================================================================
--- lib/droonga/handler_error.rb    2013-12-26 11:45:02 +0900 (28cb2d4)
+++ lib/droonga/handler_error.rb    2013-12-26 11:50:34 +0900 (6477619)
@@ -14,7 +14,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 module Droonga
-  class HandlerError
+  class HandlerError < StandardError
     attr_reader :message, :detail, :status
 
     def initialize(message, options={})
-------------- next part --------------
HTML����������������������������...
Download 



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