Exception: Ffccmmx::HTTPXError
- Defined in:
- lib/ffccmmx/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ HTTPXError
constructor
A new instance of HTTPXError.
Constructor Details
#initialize(response) ⇒ HTTPXError
Returns a new instance of HTTPXError.
9 10 11 12 |
# File 'lib/ffccmmx/exceptions.rb', line 9 def initialize(response) @response = response super() end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
7 8 9 |
# File 'lib/ffccmmx/exceptions.rb', line 7 def response @response end |