class ActiveSupport::EncryptedConfiguration::InvalidKeyError

def initialize(content_path, key)

def initialize(content_path, key)
  super "Key '#{key}' is invalid, it must respond to '#to_sym' from configuration in '#{content_path}'."
end