class Aerospike::Exceptions::InvalidNode

Public Class Methods

new(msg=nil) click to toggle source
Calls superclass method Aerospike::Exceptions::Aerospike::new
# File lib/aerospike/aerospike_exception.rb, line 71
def initialize(msg=nil)
  super(ResultCode::INVALID_NODE_ERROR, msg)
end