class NemID::Errors::CAPP001Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CAPPError::new
# File lib/nemid/errors/capp.rb, line 10 def initialize @da = "Nøgleappen kunne ikke blive indskrevet på grund af krænkelse af app'ens begrænsede identites type." @en = "The code app could not be enrolled due to violation of the app's restricted identity type." super end