class Contracto::ResponseNotFoundError

Public Class Methods

new(params) click to toggle source
Calls superclass method
# File lib/contracto/errors.rb, line 17
def initialize(params)
  super "Could not find response for params: #{params}"
end