class NemID::Errors::AUTH007Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 66 def initialize @da = "Din NemID-adgangskode er spærret på grund af for mange fejlede forsøg. " \ "Kontakt NemID support #{DA_SUPPORT_URL}." @en = "Your NemID password is blocked due to too many failed password attempts. " \ "Please contact NemID support. #{EN_SUPPORT_URL}" super end