Method: LHC::Error#initialize
- Defined in:
- lib/lhc/error.rb
#initialize(message, response) ⇒ Error
Returns a new instance of Error.
52 53 54 55 56 |
# File 'lib/lhc/error.rb', line 52 def initialize(, response) super() self. = self.response = response end |