Exception: NeonRAW::Errors::QuotaFilled

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Your quota is filled. Try again later.') ⇒ QuotaFilled

Returns a new instance of QuotaFilled.



415
416
417
# File 'lib/NeonRAW/errors.rb', line 415

def initialize(msg = 'Your quota is filled. Try again later.')
  super(msg)
end