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