Exception: NeonRAW::Errors::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::NotFound
- 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
-
#initialize(msg = "The thing you requested couldn't be found.") ⇒ NotFound
constructor
A new instance of NotFound.
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 |