Exception: NeonRAW::Errors::NotFound

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

Overview

The thing you requested wasn’t found. Could also mean that a user has been shadowbanned or a subreddit has been banned.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The thing you requested couldn't be found.") ⇒ NotFound

Returns a new instance of NotFound.



387
388
389
# File 'lib/NeonRAW/errors.rb', line 387

def initialize(msg = "The thing you requested couldn't be found.")
  super(msg)
end