Update comment for NotFoundException

このコミットが含まれているのは:
Émilien Devos 2022-07-06 19:59:05 +00:00 committed by GitHub
コミット 5556a996cd
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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