Method: Down::ResponseError#initialize
- Defined in:
- lib/down/errors.rb
#initialize(message, response: nil) ⇒ ResponseError
Returns a new instance of ResponseError.
23 24 25 26 |
# File 'lib/down/errors.rb', line 23 def initialize(, response: nil) super() @response = response end |