Exception: Riak::TlsError::UnknownKeyTypeError

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

#initializeUnknownKeyTypeError

Returns a new instance of UnknownKeyTypeError.



53
54
55
# File 'lib/riak/errors/connection_error.rb', line 53

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