Exception: NemID::Errors::CAN003Error
- Inherits:
-
CANError
- Object
- StandardError
- ResponseError
- CANError
- NemID::Errors::CAN003Error
- Defined in:
- lib/nemid/errors/can.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAN003Error
constructor
A new instance of CAN003Error.
Constructor Details
#initialize ⇒ CAN003Error
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 |