class Masheri::ConfigMissing
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/masheri/exceptions.rb, line 29 def initialize super "No configuration has been loaded! Please call Masheri.load_config! with a valid Yaml file." end