Exception: NemID::Errors::LIB002Error

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

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeLIB002Error

Returns a new instance of LIB002Error.



10
11
12
13
14
15
16
# File 'lib/nemid/errors/lib.rb', line 10

def initialize
  @da = "Der er opstået en teknisk fejl på grund af netværksproblemer. Forsøg igen. " \
  "Kontakt support, hvis problemet fortsætter."
  @en = "A technical error has occurred due to network issues. Please try again. " \
  "Contact support if the problem persists"
  super
end