Exception: Sidekiq::EncryptedArgs::InvalidSecretError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sidekiq/encrypted_args.rb

Overview

Error thrown when the secret is invalid

Instance Method Summary collapse

Constructor Details

#initializeInvalidSecretError

Returns a new instance of InvalidSecretError.



11
12
13
# File 'lib/sidekiq/encrypted_args.rb', line 11

def initialize
  super("Cannot decrypt. Invalid secret provided.")
end