class NemID::Errors::CAPP007Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::CAPPError::new
# File lib/nemid/errors/capp.rb, line 50
def initialize
  @da = "Din nøgleapp kunne ikke blive aktiveret, da den ikke har den korrekte status (VALIDATIONS_MISSING)."
  @en = "Your code app could not be activated as it did not have the correct status (VALIDATION_MISSING)."
  super
end