class NeonRAW::Errors::QuotaFilled

This is like being RateLimited only more oAuth2-focused I think.

Public Class Methods

new(msg = 'Your quota is filled. Try again later.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 406
def initialize(msg = 'Your quota is filled. Try again later.')
  super(msg)
end