class NeonRAW::Errors::UserMuted
The user you tried to message is muted from the subreddit.
Public Class Methods
new(msg = 'User is muted.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 504 def initialize(msg = 'User is muted.') super(msg) end