Tarantool::TarantoolError
# File lib/tarantool/exceptions.rb, line 13 def initialize(code, msg) super(msg) @code = code end
# File lib/tarantool/exceptions.rb, line 17 def to_s "#{super} [#{code}]" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.