On Monday, 15 January 2018 at 09:49:24 UTC, Temtaime wrote: > > // `Throwable`s thrown are not bugs (in contrast to `Errors`). > > They _can_ be bugs. > class Error : Throwable > class Exception : Throwable Good catch ( ;-) ) thanks. -Johan