Method: ConfigModule::ConfigFileNotFound#initialize

Defined in:
lib/config_module/exceptions.rb

#initialize(config_file) ⇒ ConfigFileNotFound

Returns a new instance of ConfigFileNotFound.


30
31
32
# File 'lib/config_module/exceptions.rb', line 30

def initialize config_file
  @config_file = config_file
end