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

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 13:23:53 JST 2013


YUKI Hiroshi	2013-12-26 13:23:53 +0900 (Thu, 26 Dec 2013)

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

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

  Message:
    ResponsibleError must be a sub class of StandardError

  Modified files:
    lib/droonga/responsible_error.rb

  Modified: lib/droonga/responsible_error.rb (+1 -1)
===================================================================
--- lib/droonga/responsible_error.rb    2013-12-26 13:21:01 +0900 (aefccac)
+++ lib/droonga/responsible_error.rb    2013-12-26 13:23:53 +0900 (7fa5665)
@@ -14,7 +14,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 module Droonga
-  class ResponsibleError
+  class ResponsibleError < StandardError
     attr_reader :message, :detail
  
     def initialize(message, detail=nil)
-------------- next part --------------
HTML����������������������������...
下载 



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