class NeonRAW::Errors::SubredditExists

The subreddit you tried to create already exists.

Public Class Methods

new(msg = 'The subreddit you tried to create already exists.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 448
def initialize(msg = 'The subreddit you tried to create already exists.')
  super(msg)
end