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