DaemonApiException.fromSseRequest constructor
DaemonApiException.fromSseRequest(
- SseRequestException error
Implementation
factory DaemonApiException.fromSseRequest(SseRequestException error) =>
DaemonApiException.fromResponse(
statusCode: error.statusCode,
body: error.body,
cause: error,
);