Exception: NeonRAW::Errors::TooManyFlairRows

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

Overview

You sent too many flair rows.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Too many flair rows. 100 maximum.') ⇒ TooManyFlairRows

Returns a new instance of TooManyFlairRows.



476
477
478
# File 'lib/NeonRAW/errors.rb', line 476

def initialize(msg = 'Too many flair rows. 100 maximum.')
  super(msg)
end