class NeonRAW::Errors::Conflict

The multireddit you're trying to create already exists.

Public Class Methods

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