Peter
02/16/2024, 8:09 AMerror()
to put exception argument as a cause? For example error(Exception())
.Sam
02/16/2024, 1:57 PMthrow Exception()
.Peter
02/16/2024, 1:59 PMerror(cause)
, so I was wondering, if that could work out of the boxSam
02/16/2024, 2:01 PMthrow IllegalStateException(cause)
or just throw cause
? The former seems like an okay suggestion but I'm not so keen on the latter.Peter
02/16/2024, 2:05 PMJoffrey
02/16/2024, 5:19 PMPeter
02/16/2024, 5:56 PMilya.gorbunov
02/19/2024, 4:07 AM