Exception: JIJI::FatalError

Inherits:
AbstractError show all
Defined in:
lib/jiji/error.rb

Overview

致命的エラー

Instance Attribute Summary

Attributes inherited from AbstractError

#code, #info

Instance Method Summary collapse

Methods inherited from AbstractError

#detail

Constructor Details

#initialize(code, message = "", info = {}) ⇒ FatalError

Returns a new instance of FatalError.



19
20
21
# File 'lib/jiji/error.rb', line 19

def initialize( code, message="", info={}  )
  super
end