Exception: Contracto::ResponseNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Contracto::ResponseNotFoundError
- Defined in:
- lib/contracto/errors.rb
Instance Method Summary collapse
-
#initialize(params) ⇒ ResponseNotFoundError
constructor
A new instance of ResponseNotFoundError.
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 |