Exception: Jets::Secrets::MissingKeyError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Jets::Secrets::MissingKeyError
- Defined in:
- lib/jets/secrets.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ MissingKeyError
constructor
A new instance of MissingKeyError.
Constructor Details
#initialize ⇒ MissingKeyError
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) |