AngelHttpException.fromJson constructor

AngelHttpException.fromJson(
  1. String str
)

Implementation

factory AngelHttpException.fromJson(String str) =>
    AngelHttpException.fromMap(json.decode(str) as Map);