Commit db81ea2
committed
Don't handle errors in the API layer
The previous version would cause fatal errors, even when only a 404 was
raised (like when strider.json doesn't exist).
Other providers (like github) will only raise errors on connection errors.
This provider should behave the same way.1 parent fcd6d35 commit db81ea2
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
0 commit comments