Exception: Nib::Crypt::Key::MissingBucketError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nib/crypt/key.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



35
36
37
38
39
40
# File 'lib/nib/crypt/key.rb', line 35

def message
  <<-ERROR.tr("\n", '').gsub(/\s+/, ' ')
    Please provide a bucket via the `NIB_CRYPT_BUCKET_NAME`
    environment variable
  ERROR
end