Exception: Riak::TlsError::CertNotValidError

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

#initializeCertNotValidError

Returns a new instance of CertNotValidError.



21
22
23
# File 'lib/riak/errors/connection_error.rb', line 21

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