Exception: Riak::TlsError::CertRevokedError
- Inherits:
-
Riak::TlsError
- Object
- StandardError
- Error
- ConnectionError
- Riak::TlsError
- Riak::TlsError::CertRevokedError
- Defined in:
- lib/riak/errors/connection_error.rb
Instance Method Summary collapse
-
#initialize ⇒ CertRevokedError
constructor
A new instance of CertRevokedError.
Methods included from Util::Translation
Constructor Details
#initialize ⇒ CertRevokedError
Returns a new instance of CertRevokedError.
27 28 29 |
# File 'lib/riak/errors/connection_error.rb', line 27 def initialize super t('ssl.cert_revoked') end |