Exception: NemID::Errors::SRV004Error

Inherits:
SRVError show all
Defined in:
lib/nemid/errors/srv.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeSRV004Error

Returns a new instance of SRV004Error.



20
21
22
23
24
25
26
# 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