Public Class methods
new
(msg='Exceded rate limits')
[show source]
# File lib/gnip_api/errors.rb, line 20 def initialize msg='Exceded rate limits' @message = msg end