class GnipApi::Errors::Adapter::RateLimitError
Public Class Methods
new(msg='Exceded rate limits')
click to toggle source
# File lib/gnip_api/errors.rb, line 21 def initialize msg='Exceded rate limits' @message = msg end