ubclaunchpad / rocket2

🚀 The official UBC Launch Pad Slack bot and team management platform
https://rocket2.readthedocs.io
Other
18 stars 6 forks source link

Exception initialization is confused #578

Open chuck-sys opened 4 years ago

chuck-sys commented 4 years ago

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.