Method: Layer::Error#initialize
- Defined in:
- lib/layer/errors.rb
#initialize(response) ⇒ Error
Returns a new instance of Error.
18 19 20 21 |
# File 'lib/layer/errors.rb', line 18 def initialize(response) @response = response super() end |