Closed vijayfractl closed 2 months ago
Support rethrow of errors from patterns. E.g:
{:Twist/AllocateCapcity {} :throw [:not-found {:Twist/AllocationFailure {:Message "data not found"}} :error {:Twist/AllocationFailure {:Message (str "internal error: " :Error)}}] ;; ... }
Support rethrow of errors from patterns. E.g: