Exception: NeonRAW::Errors::NoLinkPosts
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::NoLinkPosts
- Defined in:
- lib/NeonRAW/errors.rb
Overview
The subreddit doesn’t allow link posts.
Instance Method Summary collapse
-
#initialize(msg = "The subreddit doesn't allow link posts.") ⇒ NoLinkPosts
constructor
A new instance of NoLinkPosts.
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 |