class NemID::Errors::CAN008Error

Public Class Methods

new(msg="User should be notified and could have a choice to restart transaction") click to toggle source
Calls superclass method NemID::Errors::CANError::new
# File lib/nemid/errors/can.rb, line 88
def initialize(msg="User should be notified and could have a choice to restart transaction")
  @da = "Du har sendt en ny anmodning til godkendelse i din nøgleapp, som " \
  "overskriver en eksisterende."
  @en = "You sent a new authentication request to your code app overwriting " \
  "an existing one."
  super
end