class NemID::Errors::AUTH010Error
Public Class Methods
new(msg="The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate and try again.")
click to toggle source
Calls superclass method
NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 98 def initialize(msg="The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate and try again.") @da = "Der er opstået en teknisk fejl. Tjek at kun ét NemID login er " \ "aktivt og forsøg igen." @en = "A technical error has occurred. Please try again, and ensure that " \ "only one NemID login is running." super(msg) end