Exception: Puppet::SSL::CertVerifyError
- Defined in:
- lib/puppet/ssl/error.rb
Instance Attribute Summary collapse
-
#cert ⇒ Object
readonly
Returns the value of attribute cert.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message, code, cert) ⇒ CertVerifyError
constructor
A new instance of CertVerifyError.
Constructor Details
#initialize(message, code, cert) ⇒ CertVerifyError
Returns a new instance of CertVerifyError.
9 10 11 12 13 |
# File 'lib/puppet/ssl/error.rb', line 9 def initialize(, code, cert) super() @code = code @cert = cert end |