toHumanException method
Implementation
HumanException toHumanException(String humanMessage) {
return HumanException.fromError(humanMessage: humanMessage, error: this ?? 'Unknown error');
}
HumanException toHumanException(String humanMessage) {
return HumanException.fromError(humanMessage: humanMessage, error: this ?? 'Unknown error');
}