Skip to content
New issue

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

Use IOException as parent for HarReaderException and HarWriterException #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

valfirst
Copy link
Contributor

As HarReaderException and HarWriterException represent I/O errors, it makes sense to use IOException as a parent for them to simplify subsequent exception handling.

…ception`

As `HarReaderException` and `HarWriterException` represent I/O errors, it makes sense to use `IOException` as a parent for them to simplify subsequent exception handling.
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.92%. Comparing base (27440b5) to head (365a120).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #182   +/-   ##
=========================================
  Coverage     78.92%   78.92%           
  Complexity      394      394           
=========================================
  Files            27       27           
  Lines           726      726           
  Branches        131      131           
=========================================
  Hits            573      573           
  Misses          153      153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant