Exception: NemID::Errors::CAPP011Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP011Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP011Error
constructor
A new instance of CAPP011Error.
Constructor Details
#initialize ⇒ CAPP011Error
Returns a new instance of CAPP011Error.
82 83 84 85 86 |
# File 'lib/nemid/errors/capp.rb', line 82 def initialize @da = "Valideringen af admin action challenge fejlede." @en = "The validation of the admin action challenge failed." super end |