summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorÉmilien Devos <contact@emiliendevos.be>2022-07-06 19:59:05 +0000
committerGitHub <noreply@github.com>2022-07-06 19:59:05 +0000
commit5556a996cdbcdd4ff060a2f46b842220c84f3c94 (patch)
tree419c7b3a1aae4940bfbae83e7f1f19606f674567 /src
parentc201ea53ba4b82195d9b3cd7dd939b93802d7a12 (diff)
downloadinvidious-5556a996cdbcdd4ff060a2f46b842220c84f3c94.tar.gz
invidious-5556a996cdbcdd4ff060a2f46b842220c84f3c94.tar.bz2
invidious-5556a996cdbcdd4ff060a2f46b842220c84f3c94.zip
Update comment for NotFoundException
Diffstat (limited to 'src')
-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