Exception: NemID::Errors::AUTH003Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH003Error
- 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 = '') ⇒ AUTH003Error
constructor
A new instance of AUTH003Error.
Constructor Details
#initialize(msg = '') ⇒ AUTH003Error
Returns a new instance of AUTH003Error.
24 25 26 27 28 29 30 |
# File 'lib/nemid/errors/auth.rb', line 24 def initialize(msg='') @da = "Login er gennemført korrekt, men du har ikke en bankaftale. " \ "Kontakt din bank for at høre nærmere." @en = "Login succeeded but you have no bank agreement. Please contact " \ "your bank for more details" super end |