Exception: Contracto::ResponseNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/contracto/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(params) ⇒ ResponseNotFoundError

Returns a new instance of ResponseNotFoundError.



14
15
16
# File 'lib/contracto/errors.rb', line 14

def initialize(params)
  super "Could not find response for params: #{params}"
end