class Aerospike::Exceptions::Parse
Public Class Methods
new(msg=nil)
click to toggle source
Calls superclass method
Aerospike::Exceptions::Aerospike::new
# File lib/aerospike/aerospike_exception.rb, line 59 def initialize(msg=nil) super(ResultCode::PARSE_ERROR, msg) end