Exception: NemID::Errors::LIB002Error
- Inherits:
-
LIBError
- Object
- StandardError
- ResponseError
- LIBError
- NemID::Errors::LIB002Error
- Defined in:
- lib/nemid/errors/lib.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ LIB002Error
constructor
A new instance of LIB002Error.
Constructor Details
#initialize ⇒ LIB002Error
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 |