class NemID::Errors::CAPP011Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CAPPError::new
# 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