Exception: NemID::Errors::AUTH005Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH005Error
- 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 ⇒ AUTH005Error
constructor
A new instance of AUTH005Error.
Constructor Details
#initialize ⇒ AUTH005Error
Returns a new instance of AUTH005Error.
44 45 46 47 48 49 50 |
# File 'lib/nemid/errors/auth.rb', line 44 def initialize @da = "Dit NemID er spærret. Kontakt NemID support " \ "#{DA_SUPPORT_URL}." @en = "Your NemID has been blocked. Please contact NemID support. " \ "#{EN_SUPPORT_URL}" super end |