mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-18 19:08:49 +00:00
Add 404 status code on all possible endpoints
This commit is contained in:
@@ -18,3 +18,7 @@ class BrokenTubeException < Exception
|
||||
return "Missing JSON element \"#{@element}\""
|
||||
end
|
||||
end
|
||||
|
||||
# Exception used to hold the bogus UCID during a channel search.
|
||||
class NotFoundException < InfoException
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user