Exception: NemID::Errors::CAPP008Error

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

#initializeCAPP008Error

Returns a new instance of CAPP008Error.



58
59
60
61
62
# File 'lib/nemid/errors/capp.rb', line 58

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