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
Exceptions should be written by calling the inherited class initializer, not just by adding the data to the .error attribute and leaving it at that.
Requirements
See this post for some inspiration. We want to add formatted text that would be shown whenever the error is printed. Discussion is needed to flesh things out.
The text was updated successfully, but these errors were encountered:
Summary
Exceptions should be written by calling the inherited class initializer, not just by adding the data to the
.error
attribute and leaving it at that.Requirements
See this post for some inspiration. We want to add formatted text that would be shown whenever the error is printed. Discussion is needed to flesh things out.
The text was updated successfully, but these errors were encountered: