class RoxClient::Server::Error
Attributes
response[R]
Public Class Methods
new(msg, response = nil)
click to toggle source
Calls superclass method
# File lib/rox-client-ruby/server.rb, line 12 def initialize msg, response = nil super msg @response = response end