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
In some cases, we need to raise errors where showing the internal traceback isn't helpful to the user. So far, we've been using UsageError. However, it doesn't fit all situations and we'd like to customize it with more descriptive names. Unfortunately, subclassing UsageError doesn't work:
So we need to find out a way to tell IPython not to display the traceback for certain exceptions
The text was updated successfully, but these errors were encountered:
In some cases, we need to raise errors where showing the internal traceback isn't helpful to the user. So far, we've been using UsageError. However, it doesn't fit all situations and we'd like to customize it with more descriptive names. Unfortunately, subclassing UsageError doesn't work:
So we need to find out a way to tell IPython not to display the traceback for certain exceptions
The text was updated successfully, but these errors were encountered: