Exception: NemID::Errors::SRV010Error

Inherits:
SRVError show all
Defined in:
lib/nemid/errors/srv.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initialize(msg = "There could be a problem with the enrollment of the " \ "Service Provider’s VOCES certificate or its validity. Contact NemID for support.") ⇒ SRV010Error

Returns a new instance of SRV010Error.



56
57
58
59
# 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