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.
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.