class NemID::Errors::SRV010Error

Public Class Methods

new(msg="There could be a problem with the enrollment of the " \ "Service Provider’s VOCES certificate or its validity. Contact NemID for support.") click to toggle source
Calls superclass method NemID::Errors::SRVError::new
# File lib/nemid/errors/srv.rb, line 56
def initialize(msg="There could be a problem with the enrollment of the " \
  "Service Provider’s VOCES certificate or its validity. Contact NemID for support.")
  super
end