Exception: NemID::Errors::AUTH017Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH017Error
- Defined in:
- lib/nemid/errors/auth.rb
Constant Summary
Constants inherited from AUTHError
NemID::Errors::AUTHError::DA_SUPPORT_URL, NemID::Errors::AUTHError::EN_SUPPORT_URL
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(msg = "Consider displaying information suggesting how to avoid " \ "known environmental problems.") ⇒ AUTH017Error
constructor
A new instance of AUTH017Error.
Constructor Details
#initialize(msg = "Consider displaying information suggesting how to avoid " \ "known environmental problems.") ⇒ AUTH017Error
Returns a new instance of AUTH017Error.
141 142 143 144 145 146 147 148 149 150 151 |
# 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 |