class NemID::Errors::SRV007Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::SRVError::new
# File lib/nemid/errors/srv.rb, line 40
def initialize
  super
  @da = "Opdater venligst til nyeste version af appen."
  @en = "Please update to the most recent version of the app."
end