class NemID::Errors::LOCK001Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::LOCKError::new
# File lib/nemid/errors/lock.rb, line 13 def initialize @da = "Du har angivet forkert bruger-id eller adgangskode for mange gange. " \ "NemID er nu spærret i 8 timer, hvorefter du kan forsøge igen Har du " \ "glemt din adgangskode kan du finde hjælp her #{DA_SUPPORT_URL}. " @en = "You have used the wrong user ID or password too many times. " \ "Your NemID is now blocked for 8 hours after which you can try again. " \ "If you have forgotten your password you can find support here " \ "#{EN_SUPPORT_URL}" super end