Update comment for NotFoundException

pull/3124/head
Émilien Devos 2022-07-06 19:59:05 +00:00 zatwierdzone przez GitHub
rodzic c201ea53ba
commit 5556a996cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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