fromJson static method
Implementation
static ExceptionInfoResponse fromJson(Map<String, Object?> obj) =>
ExceptionInfoResponse.fromMap(obj);
static ExceptionInfoResponse fromJson(Map<String, Object?> obj) =>
ExceptionInfoResponse.fromMap(obj);