Exception: NemID::Errors::CAPP006Error

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

#initializeCAPP006Error

Returns a new instance of CAPP006Error.



42
43
44
45
46
# File 'lib/nemid/errors/capp.rb', line 42

def initialize
  @da = "Din nøgleapp kunne ikke blive aktiveret, da den ikke kunne blive fundet for brugeren der loggede ind."
  @en = "Your code app could not be activated as it could not be found for the user who logged in."
  super
end