class Masheri::MissingConfig

Public Class Methods

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