Exception: Masheri::MissingConfig

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

Instance Method Summary collapse

Constructor Details

#initializeMissingConfig

Returns a new instance of MissingConfig.



35
36
37
38
# 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