summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious/exceptions.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/exceptions.cr b/src/invidious/exceptions.cr
index 1706ba6a..471a199a 100644
--- a/src/invidious/exceptions.cr
+++ b/src/invidious/exceptions.cr
@@ -19,6 +19,6 @@ class BrokenTubeException < Exception
end
end
-# Exception used to hold the bogus UCID during a channel search.
+# Exception threw when an element is not found.
class NotFoundException < InfoException
end