class QRubyDriver::QException

An exception which was raised by the Q service itself, originating from the server-side

Attributes

message[R]

Public Class Methods

new(message) click to toggle source
# File lib/q-ruby-driver/q_exception.rb, line 9
def initialize(message)
  @message = message
end