class Riak::TlsError::CertNotValidError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/riak/errors/connection_error.rb, line 21
def initialize
  super t('ssl.cert_not_valid')
end