class NeonRAW::Errors::RateLimited

Gotta wait before making another request.

Public Class Methods

new(msg = "You're rate limited. Try again later.") click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 413
def initialize(msg = "You're rate limited. Try again later.")
  super(msg)
end