class NeonRAW::Errors::MutedFromSubreddit

You are muted from the subreddit.

Public Class Methods

new(msg = 'User is muted from the subreddit.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 335
def initialize(msg = 'User is muted from the subreddit.')
  super(msg)
end