throw error if the videoID returned is different

This commit is contained in:
Émilien Devos
2022-08-23 09:50:57 +00:00
parent 4c1a5f84fa
commit 389e49183c
2 changed files with 7 additions and 0 deletions

View File

@@ -30,3 +30,6 @@ end
# Exception threw when an element is not found.
class NotFoundException < InfoException
end
class VideoNotAvailableException < Exception
end