Exception: NemID::Errors::SRV006Error

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

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeSRV006Error

Returns a new instance of SRV006Error.



32
33
34
35
36
# 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