Exception: NemID::Errors::CAPP004Error

Inherits:
CAPPError show all
Defined in:
lib/nemid/errors/capp.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeCAPP004Error

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