class NemID::Errors::SRV006Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::SRVError::new
# File lib/nemid/errors/srv.rb, line 32 def initialize super @da = "Tidsgrænse er overskredet. Forsøg venligst igen." @en = "Time limit exceeded. Please try again." end