Exception: Puppet::SSL::CertificateAuthority::CertificateVerificationError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Puppet::SSL::CertificateAuthority::CertificateVerificationError
- Defined in:
- lib/puppet/ssl/certificate_authority.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
Instance Method Summary collapse
-
#initialize(code) ⇒ CertificateVerificationError
constructor
A new instance of CertificateVerificationError.
Constructor Details
#initialize(code) ⇒ CertificateVerificationError
Returns a new instance of CertificateVerificationError.
34 35 36 |
# File 'lib/puppet/ssl/certificate_authority.rb', line 34 def initialize(code) @error_code = code end |
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
32 33 34 |
# File 'lib/puppet/ssl/certificate_authority.rb', line 32 def error_code @error_code end |