Exception: NemID::Errors::CAPP012Error

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

#initializeCAPP012Error

Returns a new instance of CAPP012Error.



90
91
92
93
94
# File 'lib/nemid/errors/capp.rb', line 90

def initialize
  @da = "Din nøgleapp kunne ikke blive indskrefvet, da dens app id ikke eksisterer."
  @en = "Your code app could not be enrolled as the code app id does not exist."
  super
end