class Riak::TlsError::CertHostMismatchError

Public Class Methods

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