Exception: Configs::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/configs.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, env) ⇒ NotFound

Returns a new instance of NotFound.



10
11
12
# File 'lib/configs.rb', line 10

def initialize(name, env)
  super "could not find #{name} settings for :#{env} environment"
end