Exception: Mashery::ParamMissing

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

Instance Method Summary collapse

Constructor Details

#initialize(param) ⇒ ParamMissing

Returns a new instance of ParamMissing.



23
24
25
# File 'lib/mashery/exceptions.rb', line 23

def initialize(param)
  super "Couldn't determine Mashery #{param.inspect}! Please check your config/mashery.yml"
end