class NemID::Errors::AUTH001Error

Public Class Methods

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