Exception: NemID::Errors::CAPP006Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP006Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP006Error
constructor
A new instance of CAPP006Error.
Constructor Details
#initialize ⇒ CAPP006Error
Returns a new instance of CAPP006Error.
42 43 44 45 46 |
# File 'lib/nemid/errors/capp.rb', line 42 def initialize @da = "Din nøgleapp kunne ikke blive aktiveret, da den ikke kunne blive fundet for brugeren der loggede ind." @en = "Your code app could not be activated as it could not be found for the user who logged in." super end |