Exception: NemID::Errors::CAPP012Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP012Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP012Error
constructor
A new instance of CAPP012Error.
Constructor Details
#initialize ⇒ CAPP012Error
Returns a new instance of CAPP012Error.
90 91 92 93 94 |
# File 'lib/nemid/errors/capp.rb', line 90 def initialize @da = "Din nøgleapp kunne ikke blive indskrefvet, da dens app id ikke eksisterer." @en = "Your code app could not be enrolled as the code app id does not exist." super end |