Exception: NemID::Errors::CAPP004Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP004Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP004Error
constructor
A new instance of CAPP004Error.
Constructor Details
#initialize ⇒ CAPP004Error
Returns a new instance of CAPP004Error.
34 35 36 37 38 |
# File 'lib/nemid/errors/capp.rb', line 34 def initialize @da = "Din nøgleapp er suspenderet eller spærret. Prøv at opdatere din nøgleapp." @en = "Your code app is suspended or revoked. Please try and update your code app." super end |