Exception: NemID::Errors::SRV008Error

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

#initialize(msg = 'Fix the integration issue.') ⇒ SRV008Error

Returns a new instance of SRV008Error.



48
49
50
51
52
# File 'lib/nemid/errors/srv.rb', line 48

def initialize(msg='Fix the integration issue.')
  super
  @da = "Der er opstået en teknisk fejl. Kontakt support."
  @en = "A technical error has occurred. Contact support."
end