class NemID::Errors::AUTH004Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 34 def initialize @da = "Dit NemID er midlertidigt låst i 8 timer og du kan ikke logge på " \ "før spærringen er ophævet" @en = "Your NemID is temporarily locked and you cannot log on until the " \ "8 hour time lock has been lifted." super end