class Mashery::QueryParamMissing

Public Class Methods

new(param) click to toggle source
Calls superclass method
# File lib/mashery/exceptions.rb, line 17
def initialize(param)
  super "Couldn't complete request. The query param #{param.inspect} is missing."
end