Exception: EnvParameterStore::InvalidFormatError
- Defined in:
- lib/env_parameter_store.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidFormatError
constructor
A new instance of InvalidFormatError.
Constructor Details
#initialize ⇒ InvalidFormatError
Returns a new instance of InvalidFormatError.
22 23 24 |
# File 'lib/env_parameter_store.rb', line 22 def initialize super("Configuration has invalid format. `prefix` (string) and `parameters` (string list) is required.") end |