Source code for ytubeinsight.exceptions

"""Custom exceptions for the YTubeInsight package."""


[docs] class YTubeInsightError(Exception): """Base exception class for YTubeInsight."""