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