Exception: Jets::Secrets::MissingKeyError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/jets/secrets.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMissingKeyError

Returns a new instance of MissingKeyError.



11
12
13
14
15
16
# File 'lib/jets/secrets.rb', line 11

def initialize
  super("    Missing encryption key to decrypt secrets with.\n    Ask your team for your master key and put it in ENV[\"JETS_MASTER_KEY\"]\n  end_of_message\nend\n".squish)