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
The downside of using panic is you cannot use try-catch to block to prevent the program from interrupting. So use pyerr instead would be a better choice.