class NemID::Errors::CAN002Error

Public Class Methods

new(msg="The service provider must send the user to a sensible " \ "place, taking into account where the user is in the flow.") click to toggle source
Calls superclass method NemID::Errors::CANError::new
# File lib/nemid/errors/can.rb, line 27
def initialize(msg="The service provider must send the user to a sensible " \
  "place, taking into account where the user is in the flow.")
  @da = "Du har afbrudt login."
  @en = "You have cancelled login."
  super
end