Exception: NemID::Errors::CAN003Error

Inherits:
CANError show all
Defined in:
lib/nemid/errors/can.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeCAN003Error

Returns a new instance of CAN003Error.



36
37
38
39
40
41
42
# File 'lib/nemid/errors/can.rb', line 36

def initialize
  @da = "Forbindelsen til applikationen er timet ud eller er blevet " \
  "afbrudt af en anden app. Forsøg igen."
  @en = "The connection to the application has timed out or has been " \
  "interrupted by another app. Please try again."
  super
end