class NemID::Errors::CAPP008Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CAPPError::new
# File lib/nemid/errors/capp.rb, line 58 def initialize @da = "Din nøgleapp kunne ikke blive aktiveret, da venteperioden ikke er uløbet." @en = "Your code app could not be activated as the waiting period has not expired." super end