Exception: NemID::Errors::AUTH018Error

Inherits:
AUTHError show all
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

#da, #en

Instance Method Summary collapse

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