class NemID::Errors::CAN003Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::CANError::new
# 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