class NemID::Errors::LIB002Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::LIBError::new
# 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