class NemID::Errors::CAPP013Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CAPPError::new
# File lib/nemid/errors/capp.rb, line 98 def initialize @da = "Din nøgleapp kunne ikke blive indskrevet på grund af forkert software fingeraftryk eller manglende whitelist af software fingeraftryk." @en = "Your code app could not be enrolled due to incorrect software fingerprint or missing whitelist of software fingerprint" super end