Exception: NeonRAW::Errors::NoLinkPosts

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

The subreddit doesn’t allow link posts.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The subreddit doesn't allow link posts.") ⇒ NoLinkPosts

Returns a new instance of NoLinkPosts.



358
359
360
# File 'lib/NeonRAW/errors.rb', line 358

def initialize(msg = "The subreddit doesn't allow link posts.")
  super(msg)
end