class NeonRAW::Errors::NoSelfPosts
The subreddit doesn't allow selfposts.
Public Class Methods
new(msg = "The subreddit doesn't allow selfposts.")
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 356 def initialize(msg = "The subreddit doesn't allow selfposts.") super(msg) end