Method: WuParty::HTTPError#initialize
- Defined in:
- lib/wuparty.rb
#initialize(code, message) ⇒ HTTPError
:nodoc:
20 21 22 23 |
# File 'lib/wuparty.rb', line 20 def initialize(code, ) # :nodoc: @code = code super() end |
:nodoc:
20 21 22 23 |
# File 'lib/wuparty.rb', line 20 def initialize(code, ) # :nodoc: @code = code super() end |