Exception: EnvParameterStore::InvalidFormatError

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidFormatError

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