class NemID::Errors::LOCK002Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::LOCKError::new
# File lib/nemid/errors/lock.rb, line 26
def initialize
  @da = "Du har angivet en forkert adgangskode for mange gange. " \
  "Dit NemID er spærret. Kontakt NemID support for at få adgang til dit " \
  "NemID igen. #{DA_SUPPORT_URL}"
  @en = "You have used a wrong password too many times. Your NemID is " \
  "blocked and cannot be used. To get help with this problem, Please contact " \
  "NemID support. #{EN_SUPPORT_URL}"
  super
end