class NemID::Errors::CAPP010Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CAPPError::new
# File lib/nemid/errors/capp.rb, line 74 def initialize @da = "Nulstilling af din nøgeleapps pin kunne ikke blive fuldført, da din nøgleapp ikke er i en aktiv status." @en = "The reset of your code app pin could not be done as the code app is not in status active." super end