Exception: NemID::Errors::CAPP011Error

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

#initializeCAPP011Error

Returns a new instance of CAPP011Error.



82
83
84
85
86
# File 'lib/nemid/errors/capp.rb', line 82

def initialize
  @da = "Valideringen af admin action challenge fejlede."
  @en = "The validation of the admin action challenge failed."
  super
end