aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.rs
AgeCommit message (Collapse)Author
2019-11-02get_urls_from_pdf: Remove `unwrap`s and replace with an error typeTeddy Wing
Create a custom error type to use instead of the `unwrap`s.