class Aerospike::Exceptions::Serialize

Public Class Methods

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