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.



17
18
19
# File 'lib/contracto/errors.rb', line 17

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