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

Make NoSuchFile inherit from std::exception #436

Merged
merged 3 commits into from
Sep 29, 2020
Merged

Conversation

elshize
Copy link
Member

@elshize elshize commented Sep 25, 2020

This is so that it can be caught with a generic catch statement that only wants to print out the error (as in most of our CLI tools).

This is so that it can be caught with a generic `catch` statement that
only wants to print out the error (as in most of our CLI tools).
@codecov
Copy link

codecov bot commented Sep 25, 2020

Codecov Report

Merging #436 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #436      +/-   ##
==========================================
- Coverage   92.48%   92.46%   -0.03%     
==========================================
  Files          91       91              
  Lines        4939     4939              
==========================================
- Hits         4568     4567       -1     
- Misses        371      372       +1     
Impacted Files Coverage Δ
include/pisa/io.hpp 95.65% <ø> (ø)
include/pisa/bit_vector.hpp 97.54% <0.00%> (-0.41%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fb6d78...89aa970. Read the comment docs.

@elshize elshize merged commit a187d27 into master Sep 29, 2020
@elshize elshize deleted the no-such-error-inherit branch September 29, 2020 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants