class NemID::Errors::SRV008Error

Public Class Methods

new(msg='Fix the integration issue.') click to toggle source
Calls superclass method NemID::Errors::SRVError::new
# File lib/nemid/errors/srv.rb, line 48
def initialize(msg='Fix the integration issue.')
  super
  @da = "Der er opstået en teknisk fejl. Kontakt support."
  @en = "A technical error has occurred. Contact support."
end