class NemID::Errors::SRV004Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::SRVError::new
# File lib/nemid/errors/srv.rb, line 20
def initialize
  super
  @da = "Der er opstået en teknisk fejl. Kontakt NemID support " \
  "[https://www.nemid.nu/dk-da/support/faa_hjaelp_til_nemid/kontakt/]."
  @en = "A technical error has occurred. Please contact NemID support. " \
  "[https://www.nemid.nu/dk-en/support/contact/]"
end