class NemID::Errors::CAPP003Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CAPPError::new
# File lib/nemid/errors/capp.rb, line 26 def initialize @da = "Din nøgleapp kunne ikke blive indskrevet på grund af, at dens app id ikke er i en aktiv status." @en = "Your code app could not be enrolled due to its app id is not in status active." super end