StandardError
Custom error class for rescuing from all Twitter errors
# 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.