class NeonRAW::Errors::NotFound
The thing you requested wasn't found. Could also mean that a user has been shadowbanned or a subreddit has been banned.
Public Class Methods
new(msg = "The thing you requested couldn't be found.")
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 378 def initialize(msg = "The thing you requested couldn't be found.") super(msg) end