Exception: JIJI::UserError

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 = {}) ⇒ UserError

Returns a new instance of UserError.



25
26
27
# File 'lib/jiji/error.rb', line 25

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