Fork me on GitHub
#babashka
<
2020-01-19
>
mauricio.szabo00:01:00

Just saw this: https://github.com/borkdude/spartan.test/blob/master/src/spartan/impl/test.clj#L110 When the "root exception" changes to Throwable, can you tell me? đŸ˜„

borkdude08:01:12

@mauricio.szabo I looked into it and discovered that java.lang.Throwable works, it's just not added to the default imports. I'll do that

mauricio.szabo13:01:03

Great, I think on older versions it wasn't working :)