class Mashery::ParamMissing
Public Class Methods
new(param)
click to toggle source
Calls superclass method
# File lib/mashery/exceptions.rb, line 23 def initialize(param) super "Couldn't determine Mashery #{param.inspect}! Please check your config/mashery.yml" end