Exception: NemID::Errors::SRV010Error
- Inherits:
-
SRVError
- Object
- StandardError
- ResponseError
- SRVError
- NemID::Errors::SRV010Error
- Defined in:
- lib/nemid/errors/srv.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#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
constructor
A new instance of SRV010Error.
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 |