class Riak::TlsError::UnknownKeyTypeError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/riak/errors/connection_error.rb, line 39 def initialize super t('ssl.unknown_key_type') end