Exception: Toolhound::MissingParams

Inherits:
Error
  • Object
show all
Defined in:
lib/toolhound-ruby/error.rb

Instance Method Summary collapse

Methods inherited from Error

#build_error_message, #data, #errors, from_response, #redact_url, #response_error, #response_error_summary, #response_message

Constructor Details

#initialize(msg) ⇒ MissingParams

Returns a new instance of MissingParams.



179
180
181
182
# File 'lib/toolhound-ruby/error.rb', line 179

def initialize(msg)

  msg
end