Exception: NemID::Errors::CAPP009Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP009Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP009Error
constructor
A new instance of CAPP009Error.
Constructor Details
#initialize ⇒ CAPP009Error
Returns a new instance of CAPP009Error.
66 67 68 69 70 |
# File 'lib/nemid/errors/capp.rb', line 66 def initialize @da = "Din nøgleapp kunne ikke blive aktiveret, da venteperioden ikke er uløbet." @en = "Your code app could not be activated as the waiting period has not expired." super end |