Exception: EnvParameterStore::NoSuchFileError
- Defined in:
- lib/env_parameter_store.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ NoSuchFileError
constructor
A new instance of NoSuchFileError.
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 |