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