Exception: NemID::Errors::AUTH005Error

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

#initializeAUTH005Error

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