Exception: NemID::Errors::AUTHError

Inherits:
ResponseError show all
Defined in:
lib/nemid/errors/auth.rb

Constant Summary collapse

DA_SUPPORT_URL =
'[https://www.nemid.nu/dk-da/support/faa_hjaelp_til_nemid/kontakt/]'
EN_SUPPORT_URL =
'[https://www.nemid.nu/dk-en/support/contact/]'

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The service provider is recommended to refer the user " \ "to NemID support.") ⇒ AUTHError

Returns a new instance of AUTHError.



7
8
9
10
# File 'lib/nemid/errors/auth.rb', line 7

def initialize(msg="The service provider is recommended to refer the user " \
  "to NemID support.")  
  super(msg)
end