You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there are 40 cases where raise Exception is used rather than a subclass of Exception. This makes it impossible to catch Tbot-specific errors. Ideally, every exception raised should inherit from tbot.error.TbotException
It looks like there are 40 cases where
raise Exceptionis used rather than a subclass ofException. This makes it impossible to catch Tbot-specific errors. Ideally, every exception raised should inherit fromtbot.error.TbotException