SentcError.fromAnyhowException constructor

SentcError.fromAnyhowException(
  1. FrbAnyhowException e
)

Implementation

factory SentcError.fromAnyhowException(FrbAnyhowException e) {
  return SentcError.fromJson(jsonDecode(e.anyhow));
}