Exception: NemID::Errors::AUTH004Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH004Error
- 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 ⇒ AUTH004Error
constructor
A new instance of AUTH004Error.
Constructor Details
#initialize ⇒ AUTH004Error
Returns a new instance of AUTH004Error.
34 35 36 37 38 39 40 |
# File 'lib/nemid/errors/auth.rb', line 34 def initialize @da = "Dit NemID er midlertidigt låst i 8 timer og du kan ikke logge på " \ "før spærringen er ophævet" @en = "Your NemID is temporarily locked and you cannot log on until the " \ "8 hour time lock has been lifted." super end |