Exception: EnvParameterStore::NoSuchFileError

Inherits:
Error
  • Object
show all
Defined in:
lib/env_parameter_store.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ NoSuchFileError

Returns a new instance of NoSuchFileError.



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

def initialize(filename)
  super("Can not find envfile: #{filename}")
end