class Schleuder::Errors::DecryptionFailed

Public Class Methods

new(list) click to toggle source
Calls superclass method
# File lib/schleuder/errors/decryption_failed.rb, line 4
def initialize(list)
  set_default_locale
  super t('errors.decryption_failed',
              key: list.key.to_s, email: list.sendkey_address)
end