This repository has been archived by the owner on May 30, 2024. It is now read-only.
4.11.0
[4.11.0] - 2020-01-16
Added:
- When an
EvaluationReason
indicates that flag evaluation failed due to an unexpected exception (getKind()
isERROR
, andEvaluationReason.Error.getErrorKind()
isEXCEPTION
), you can now examine the underlying exception viaEvaluationReason.Error.getException()
. (#180)