We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yes. When i got HttpClientException from teledart, i couldn't catch it, because the exception class are not exported.
HttpClientException
Refactor the HttpClientException out from src/util/http_client.dart and export it to the teledart.dart
src/util/http_client.dart
teledart.dart
Some code snippet would help?
Teledart teledart = Teledart(...); // This will throws HttpClientException with code 429, because its <10 minutes opened. teledart.close();
None.
The text was updated successfully, but these errors were encountered:
Merge pull request #262 from HeySreelal/master
ce431f1
✏️ Fix #260, #263, and #265
Since #262 is merged, this issue also can be closed now. HttpClientException is also being exported now.
cc: @DinoLeung
Sorry, something went wrong.
DinoLeung
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Yes. When i got
HttpClientException
from teledart, i couldn't catch it, because the exception class are not exported.Describe the solution you'd like
Refactor the
HttpClientException
out fromsrc/util/http_client.dart
and export it to theteledart.dart
Some code snippet would help?
Additional context
None.
The text was updated successfully, but these errors were encountered: