Exception: NemID::Errors::AUTH018Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH018Error
- 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 = '') ⇒ AUTH018Error
constructor
A new instance of AUTH018Error.
Constructor Details
#initialize(msg = '') ⇒ AUTH018Error
Returns a new instance of AUTH018Error.
155 156 157 158 159 |
# File 'lib/nemid/errors/auth.rb', line 155 def initialize(msg='') @da = "Din nøgleapp er spærret. For at bruge den igen skal den genaktiveres." @en = "Your code app is revoked. To use it again please reactivate it." super end |