mirror of https://github.com/iv-org/invidious.git
Update comment for NotFoundException
This commit is contained in:
parent
c201ea53ba
commit
5556a996cd
|
@ -19,6 +19,6 @@ class BrokenTubeException < Exception
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Exception used to hold the bogus UCID during a channel search.
|
# Exception threw when an element is not found.
|
||||||
class NotFoundException < InfoException
|
class NotFoundException < InfoException
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue