Method: ConfigModule::ConfigFileNotFound#message

Defined in:
lib/config_module/exceptions.rb

#messageObject

[View source]

35
36
37
38
# File 'lib/config_module/exceptions.rb', line 35

def message
  "config_file `#{config_file}` not found."\
  "Make sure it exists in the location specified."
end