class NemID::Errors::AUTH017Error

Public Class Methods

new(msg="Consider displaying information suggesting how to avoid " \ "known environmental problems.") click to toggle source
Calls superclass method NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 141
def initialize(msg="Consider displaying information suggesting how to avoid " \
  "known environmental problems.")
  @da = "En teknisk fejl i browseren gør at NemID ikke kan starte. Forsøg " \
  "at slå unødige plug-ins fra, eller prøv igen med en anden browser."
  @en = "Something in the browser environment has caused NemID to stop " \
  "working. This could be because of an incompatible plug-in, too " \
  "restrictive privacy settings or other environment factors. " \
  "Please try deactivating plugins, resetting your browser settings " \
  "or try using a different browser."
  super
end