Exception: EasyConfRails::NonexistentConfig

Inherits:
EasyConfError
  • Object
show all
Defined in:
lib/easyconf-rails.rb

Overview

NonexistentConfig is raise when config.yml doesn’t exist.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "config.yml doesn't exist.") ⇒ NonexistentConfig

Returns a new instance of NonexistentConfig.



58
59
60
# File 'lib/easyconf-rails.rb', line 58

def initialize(msg="config.yml doesn't exist.")
	super(msg)
end