Exception: EnvParameterStore::InvalidJSONError

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ InvalidJSONError

Returns a new instance of InvalidJSONError.



16
17
18
# File 'lib/env_parameter_store.rb', line 16

def initialize(filename)
  super("`#{filename}` is not valid json.")
end