On Saturday, 14 February 2026 at 15:57:09 UTC, Mike Parker wrote:
How many exception constructors do you write? Minor annoyance, maybe, but massive pain? Really?
While it may be a copy&paste task, I’ve ran into mistakes with accidentally pasting unsuitable constructors with additional parameters, making typos while fixing things up, missing `super()` calls etc. Seems quite a bit of a hassle for something that could be a trivial task.
