class NemID::Errors::LOCK003Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::LOCKError::new
# File lib/nemid/errors/lock.rb, line 38
def initialize
  @da = "Du har angivet forkert NemID nøgle 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 entered a wrong NemID key too many times. Your NemID is " \
  "blocked and cannot be used.  Please contact NemID support. #{EN_SUPPORT_URL}"
  super
end