Update comment for NotFoundException

pull/3124/head
Émilien Devos 2 years ago committed by GitHub
parent c201ea53ba
commit 5556a996cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save