Parent

Methods

UserStream::Error

Custom error class for rescuing from all Twitter errors

Attributes

response[R]

Public Class Methods

new(msg, response = nil) click to toggle source
# File lib/user_stream/error.rb, line 7
def initialize(msg, response = nil)
  super(msg)
  @response = response
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.