class Mashery::ConfigMissing

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mashery/exceptions.rb, line 29
def initialize
  super "No configuration has been loaded! Please call Mashery.load_config! with a valid Yaml file."
end