mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-12 17:04:58 +00:00
404 error with message and provide example
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class ChannelSearchException < InfoException
|
||||
def initialize(channel : String)
|
||||
super "Unable to find channel with id of '#{channel}'. Are you sure that's an actual channel id?"
|
||||
getter channel : String
|
||||
|
||||
def initialize(@channel)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user