mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
627096b217
When a `UnexpectedFlowEndException` or a `FlowException` is received the peer that the exception was thrown from will be added to the stacktrace. This is due to it being easier to see and a field that developers are much less likely to override. A nullable field `peer` has been added to `FlowException` and `UnexpectedFlowEndException`. This is read later on (when peer info is not available) to append the peer info to the stacktrace. |
||
---|---|---|
.. | ||
src | ||
build.gradle |