Exception: Riak::TlsError::CertRevokedError

Inherits:
Riak::TlsError show all
Defined in:
lib/riak/errors/connection_error.rb

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

Constructor Details

#initializeCertRevokedError

Returns a new instance of CertRevokedError.



41
42
43
# File 'lib/riak/errors/connection_error.rb', line 41

def initialize
  super t('ssl.cert_revoked')
end