Exception: NuclearSecrets::RequiredSecretsListMissing

Inherits:
NuclearSecretError show all
Defined in:
lib/nuclear_secrets/errors.rb

Instance Method Summary collapse

Methods inherited from NuclearSecretError

#get_error_list, #given_type_message, #initialize, #required_type_message

Constructor Details

This class inherits a constructor from NuclearSecrets::NuclearSecretError

Instance Method Details

#messageObject



40
41
42
# File 'lib/nuclear_secrets/errors.rb', line 40

def message
  "You must include a NuclearSecrets initializer in your app"
end