class NeonRAW::Errors::BadFlairRowFormat
The flair row you sent was invalid. Should be: “Username,flairtext,CSSclassnUsername,flairtext,CSSclass…”
Public Class Methods
new(msg = 'Improperly formatted row.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 159 def initialize(msg = 'Improperly formatted row.') super(msg) end