Add support for explicitly chaining exceptions (Python's BaseException.__cause__
)
#862
Labels
Milestone
BaseException.__cause__
)
#862
Right now it is not possible to explicitly chain exceptions using the
throw
special form in Basilisp. We should add support for throwing with an explicit cause as by Python'sraise ... from ...
statement.The text was updated successfully, but these errors were encountered: