class NeonRAW::Errors::BadFlairTarget

The thing you tried to flair was a bad target.

Public Class Methods

new(msg = 'Bad flair target.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 166
def initialize(msg = 'Bad flair target.')
  super(msg)
end