Exception: WufooParty::HTTPError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- WufooParty::HTTPError
- Defined in:
- lib/wufoo_party.rb
Overview
Represents a specific error returned from Wufoo.
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Error code.
Instance Method Summary collapse
-
#initialize(code, message) ⇒ HTTPError
constructor
:nodoc:.
Constructor Details
#initialize(code, message) ⇒ HTTPError
:nodoc:
84 85 86 87 |
# File 'lib/wufoo_party.rb', line 84 def initialize(code, ) # :nodoc: @code = code super() end |
Instance Attribute Details
#code ⇒ Object (readonly)
Error code
90 91 92 |
# File 'lib/wufoo_party.rb', line 90 def code @code end |