class NemID::Errors::AUTH013Error
Public Class Methods
new(msg="The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate using regular 2-factor authentication.")
click to toggle source
Calls superclass method
NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 132 def initialize(msg="The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate using regular 2-factor authentication.") @da = "Der er opstået en teknisk fejl. Forsøg igen." @en = "A technical error has occurred. Please try again." super end