class EnvParameterStore::InvalidJSONError

Public Class Methods

new(filename) click to toggle source
Calls superclass method
# File lib/env_parameter_store.rb, line 16
def initialize(filename)
  super("`#{filename}` is not valid json.")
end