Unhandled exception when checking if URL exists #101
Handle exceptions raised from the use of requests.exceptions.
Implement warning and critical in the style of the original authors:
Warning is used for capturing the faulty request.
Critical is used to notify user that there is a problem.
I am still leaving the raise FileNotFoundError there as I wanted to make another request for turning this optional.
Please relate this PR to an existing issue, or open one.
Please relate this PR to an existing issue, or open one.
There should be one open already: #101.
The best way to make the link is to indicate, on the right of the pane under "Development", the number of the issue. I did that.
Replaced by commit 2fb1038 (see #101 )