Hacker News new | ask | show | jobs
by WalterBright 1777 days ago
At least with D a thrown exception must be a subtype of `Throwable`. I.e. you can't throw an `int`, oh, and the incredibly confusing throwing of an object that itself can throw.