Exception: Mashery::QueryParamMissing

Inherits:
Exception
  • Object
show all
Defined in:
lib/mashery/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(param) ⇒ QueryParamMissing

Returns a new instance of QueryParamMissing.



17
18
19
# File 'lib/mashery/exceptions.rb', line 17

def initialize(param)
  super "Couldn't complete request. The query param #{param.inspect} is missing."
end