Exception: NemID::Errors::SRV007Error

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

#initializeSRV007Error

Returns a new instance of SRV007Error.



40
41
42
43
44
# File 'lib/nemid/errors/srv.rb', line 40

def initialize
  super
  @da = "Opdater venligst til nyeste version af appen."
  @en = "Please update to the most recent version of the app."
end