Exception: NemID::Errors::CAPP009Error

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

#initializeCAPP009Error

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