class NeonRAW::Errors::BadSubredditName

The subreddit name was bad.

Public Class Methods

new(msg = 'Bad subreddit name. Only [a-zA-Z0-9_] allowed.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 194
def initialize(msg = 'Bad subreddit name. Only [a-zA-Z0-9_] allowed.')
  super(msg)
end