Exception: NemID::Errors::AUTHError
- Inherits:
-
ResponseError
- Object
- StandardError
- ResponseError
- NemID::Errors::AUTHError
- Defined in:
- lib/nemid/errors/auth.rb
Direct Known Subclasses
AUTH001Error, AUTH003Error, AUTH004Error, AUTH005Error, AUTH006Error, AUTH007Error, AUTH008Error, AUTH009Error, AUTH010Error, AUTH011Error, AUTH012Error, AUTH013Error, AUTH017Error, AUTH018Error, AUTH019Error, AUTH020Error
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
Instance Method Summary collapse
-
#initialize(msg = "The service provider is recommended to refer the user " \ "to NemID support.") ⇒ AUTHError
constructor
A new instance of AUTHError.
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 |