Added exceptions module
This commit is contained in:
parent
73f7593d07
commit
ba976408e0
6
hc_spider/exc.py
Normal file
6
hc_spider/exc.py
Normal file
@ -0,0 +1,6 @@
|
||||
class AlreadyVisitedError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class HTTPResponseError(Exception):
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user