class Mashery::MissingConfig
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/mashery/exceptions.rb, line 35 def initialize super("Couldn't find config/mashery.yml! \n" + "Please run `rails g mashery:install` to create one and populate it with the necessary API credentials.") end