class NemID::Errors::AUTH005Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 44
def initialize
  @da = "Dit NemID er spærret. Kontakt NemID support " \
  "#{DA_SUPPORT_URL}."
  @en = "Your NemID has been blocked. Please contact NemID support. " \
  "#{EN_SUPPORT_URL}"
  super
end